chore: update type to match back-end
This commit is contained in:
parent
1046117871
commit
cf438b4370
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export type CustomerUpdate = {
|
||||||
customerType?: CustomerType;
|
customerType?: CustomerType;
|
||||||
customerName?: string;
|
customerName?: string;
|
||||||
customerNameEN?: string;
|
customerNameEN?: string;
|
||||||
customerBranch?: CustomerBranchUpdate[];
|
customerBranch?: CustomerBranchCreate[];
|
||||||
image?: File;
|
image?: File;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue