fix: แก้ type Customer
This commit is contained in:
parent
7ec7c617a2
commit
713b872fd9
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ export type Customer = {
|
|||
createdAt: string;
|
||||
updateBy: string | null;
|
||||
updatedAt: string;
|
||||
taxNo: string;
|
||||
};
|
||||
|
||||
export type CustomerBranch = {
|
||||
|
|
@ -100,6 +101,7 @@ export type CustomerUpdate = {
|
|||
customerName?: string;
|
||||
customerNameEN?: string;
|
||||
customerBranch?: CustomerBranchCreate[];
|
||||
taxNo?: string | null;
|
||||
image?: File;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue