diff --git a/src/stores/employee/types.ts b/src/stores/employee/types.ts index c99c87d9..4a149347 100644 --- a/src/stores/employee/types.ts +++ b/src/stores/employee/types.ts @@ -204,6 +204,11 @@ export type EmployeeWorkCreate = { remark?: string; statusSave?: boolean; id?: string; + updatedAt?: Date | string; + updatedByUserId?: string; + createdAt?: Date | string; + createdByUserId?: string; + employeeId?: string; }; export type EmployeeOther = { @@ -232,6 +237,13 @@ export type EmployeeOtherCreate = { fatherFirstName?: string; fatherBirthPlace?: string; citizenId?: string; + id?: string; + statusSave?: boolean; + updatedAt?: Date | string; + updatedByUserId?: string; + createdAt?: Date | string; + createdByUserId?: string; + employeeId?: string; }; export type EmployeeHistory = {