fix: checkup create type

This commit is contained in:
puriphatt 2024-08-09 02:10:06 +00:00
parent 99a28782dc
commit 536d328453

View file

@ -167,6 +167,11 @@ export type EmployeeCheckupCreate = {
checkupType?: string;
statusSave?: boolean;
id?: string;
updatedAt?: Date | string;
updatedByUserId?: string;
createdAt?: Date | string;
createdByUserId?: string;
employeeId?: string;
};
export type EmployeeWork = {