feat: add null in update dateOfBirth
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Kanjana 2025-07-07 17:55:32 +07:00
parent 8d25dda326
commit 3d98f9d0ad

View file

@ -112,7 +112,7 @@ type EmployeeUpdate = {
nrcNo?: string | null;
dateOfBirth?: Date;
dateOfBirth?: Date | null;
gender?: string;
nationality?: string;
otherNationality?: string | null;