diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index 2a59fc0b..88398ff9 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -85,7 +85,7 @@ export type CustomerUpdate = { customerType?: CustomerType; customerName?: string; customerNameEN?: string; - customerBranch?: CustomerBranchUpdate[]; + customerBranch?: CustomerBranchCreate[]; image?: File; };