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;
|
statusSave?: boolean;
|
||||||
file?: {
|
file?: {
|
||||||
|
name?: string;
|
||||||
group?: string;
|
group?: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
file?: File;
|
file?: File;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue