fix: แก้ไข เเล้วเปลี่ยนสถานะเป็น ACTIVE
This commit is contained in:
parent
88b84396da
commit
dcbc1b7080
2 changed files with 4 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ export type CustomerCreate = {
|
|||
};
|
||||
|
||||
export type CustomerUpdate = {
|
||||
status?: 'ACTIVE' | 'INACTIVE';
|
||||
status?: Status;
|
||||
customerType?: CustomerType;
|
||||
customerName?: string;
|
||||
customerNameEN?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue