refactor: add type name
This commit is contained in:
parent
e863ed2580
commit
4b6feae65e
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ export type CustomerBranchCreate = {
|
|||
|
||||
statusSave?: boolean;
|
||||
file?: {
|
||||
name?: string;
|
||||
group?: string;
|
||||
url?: string;
|
||||
file?: File;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue