diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index d6cbad23..309ff127 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -143,6 +143,7 @@ export type CustomerBranchCreate = { group?: string; url?: string; file?: File; + _meta?: Record; }[]; };