fix: แก้ type registerDate
This commit is contained in:
parent
e532f23a45
commit
455f13adca
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export type CustomerBranchCreate = {
|
||||||
latitude: string;
|
latitude: string;
|
||||||
|
|
||||||
registerName: string;
|
registerName: string;
|
||||||
registerDate: Date;
|
registerDate: Date | null;
|
||||||
authorizedCapital: string;
|
authorizedCapital: string;
|
||||||
|
|
||||||
subDistrictId?: string | null;
|
subDistrictId?: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue