refactor: edit type

This commit is contained in:
Net 2024-08-09 15:27:25 +07:00
parent e7072869c5
commit 566a75240c

View file

@ -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 = {