diff --git a/src/stores/customer/types.ts b/src/stores/customer/types.ts index 5626b8ea..71410100 100644 --- a/src/stores/customer/types.ts +++ b/src/stores/customer/types.ts @@ -33,7 +33,7 @@ export type CustomerBranchCreate = { latitude: string; registerName: string; - registerDate: Date; + registerDate: Date | null; authorizedCapital: string; subDistrictId?: string | null;