diff --git a/src/stores/employee/types.ts b/src/stores/employee/types.ts index 42932fd5..8213b363 100644 --- a/src/stores/employee/types.ts +++ b/src/stores/employee/types.ts @@ -52,11 +52,11 @@ export type Employee = { }; export type EmployeeCreate = { + + code: string; image: File | null; customerBranchId: string; - status?: Status; - nrcNo: string; dateOfBirth: Date | null;