refactor: make field optional

This commit is contained in:
Methapon Metanipat 2024-09-16 14:05:14 +07:00
parent db53385557
commit b583c23bd1

View file

@ -63,7 +63,7 @@ export type CustomerCreate = {
authorizedCapital?: string;
authorizedName?: string;
authorizedNameEN?: string;
customerName?: string;
customerName: string;
customerId?: string;