diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index 3fa7693b..847bb773 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -107,6 +107,7 @@ export type CustomerBranchCreate = { statusSave?: boolean; file?: { + name?: string; group?: string; url?: string; file?: File;