refactor: waning young worker
This commit is contained in:
parent
60966e0f1c
commit
33a3a929e1
2 changed files with 45 additions and 2 deletions
|
|
@ -388,7 +388,7 @@ export type EmployeeWorker = {
|
|||
namePrefix: string;
|
||||
nationality: string;
|
||||
gender: string;
|
||||
dateOfBirth: Date;
|
||||
dateOfBirth: Date | null;
|
||||
};
|
||||
|
||||
export type ProductGroup = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue