refactor: waning young worker

This commit is contained in:
Thanaphon Frappet 2025-02-25 10:50:03 +07:00
parent 60966e0f1c
commit 33a3a929e1
2 changed files with 45 additions and 2 deletions

View file

@ -388,7 +388,7 @@ export type EmployeeWorker = {
namePrefix: string;
nationality: string;
gender: string;
dateOfBirth: Date;
dateOfBirth: Date | null;
};
export type ProductGroup = {