feat: add null in update dateOfBirth
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
parent
8d25dda326
commit
3d98f9d0ad
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ type EmployeeUpdate = {
|
|||
|
||||
nrcNo?: string | null;
|
||||
|
||||
dateOfBirth?: Date;
|
||||
dateOfBirth?: Date | null;
|
||||
gender?: string;
|
||||
nationality?: string;
|
||||
otherNationality?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue