refactor: edit type
This commit is contained in:
parent
254710321b
commit
8ac40234ce
1 changed files with 5 additions and 1 deletions
|
|
@ -106,7 +106,11 @@ export type CustomerBranchCreate = {
|
|||
registerCompanyName: string;
|
||||
|
||||
statusSave?: boolean;
|
||||
file?: File[];
|
||||
file?: {
|
||||
group?: string;
|
||||
url?: string;
|
||||
file?: File;
|
||||
}[];
|
||||
|
||||
// id?: string;
|
||||
// code?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue