refactor:เพิ่ม type
This commit is contained in:
parent
e87dd523ff
commit
cd643da089
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { Status } from '../types';
|
|||
export type CustomerType = 'CORP' | 'PERS';
|
||||
|
||||
export type Customer = {
|
||||
registeredBranchId: string;
|
||||
imageUrl: string;
|
||||
id: string;
|
||||
code: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue