feat: make field optional
This commit is contained in:
parent
886cae7f94
commit
a3207ea026
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export type CustomerCreate = {
|
|||
|
||||
export type CustomerUpdate = {
|
||||
status?: "ACTIVE" | "INACTIVE";
|
||||
personName: string;
|
||||
personName?: string;
|
||||
personNameEN?: string;
|
||||
customerType?: CustomerType;
|
||||
customerName?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue