fix: แก้ type ของ image File | null;
This commit is contained in:
parent
8e248152c8
commit
fd8087a5c5
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export type CustomerCreate = {
|
||||||
customerName: string;
|
customerName: string;
|
||||||
customerType: CustomerType;
|
customerType: CustomerType;
|
||||||
status?: Status;
|
status?: Status;
|
||||||
image: File;
|
image: File | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CustomerUpdate = {
|
export type CustomerUpdate = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue