refactor: add type meta
This commit is contained in:
parent
95671b7056
commit
1dd7873fce
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ export type CustomerBranchCreate = {
|
||||||
group?: string;
|
group?: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
file?: File;
|
file?: File;
|
||||||
|
_meta?: Record<string, any>;
|
||||||
}[];
|
}[];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue