Revert "refactor: make field optional"

This reverts commit b583c23bd1.
This commit is contained in:
Methapon Metanipat 2024-09-16 14:14:51 +07:00
parent b583c23bd1
commit 13f8b34d7e

View file

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