diff --git a/src/stores/employee/types.ts b/src/stores/employee/types.ts index 0c89d88e..c7a02cb6 100644 --- a/src/stores/employee/types.ts +++ b/src/stores/employee/types.ts @@ -75,7 +75,7 @@ export type EmployeeCreate = { code: string; customerBranchId: string; status?: Status; - nrcNo: string; + nrcNo?: string; dateOfBirth: Date | null; gender: string;