diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index c87dd427..3fa7693b 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -106,7 +106,11 @@ export type CustomerBranchCreate = { registerCompanyName: string; statusSave?: boolean; - file?: File[]; + file?: { + group?: string; + url?: string; + file?: File; + }[]; // id?: string; // code?: string;