refactor: make field optional
This commit is contained in:
parent
db53385557
commit
b583c23bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export type CustomerCreate = {
|
|||
authorizedCapital?: string;
|
||||
authorizedName?: string;
|
||||
authorizedNameEN?: string;
|
||||
customerName?: string;
|
||||
customerName: string;
|
||||
|
||||
customerId?: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue