fix: แก้ type registerDate

This commit is contained in:
Net 2024-04-23 17:20:02 +07:00
parent e532f23a45
commit 455f13adca

View file

@ -33,7 +33,7 @@ export type CustomerBranchCreate = {
latitude: string;
registerName: string;
registerDate: Date;
registerDate: Date | null;
authorizedCapital: string;
subDistrictId?: string | null;