fix: checkup create type
This commit is contained in:
parent
99a28782dc
commit
536d328453
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue