refactor:เพิ่ม type

This commit is contained in:
Net 2024-07-08 09:09:21 +07:00
parent e87dd523ff
commit cd643da089

View file

@ -4,6 +4,7 @@ import { Status } from '../types';
export type CustomerType = 'CORP' | 'PERS';
export type Customer = {
registeredBranchId: string;
imageUrl: string;
id: string;
code: string;