refactor: accept null as value
This commit is contained in:
parent
8d2d0ee6cc
commit
f12178c0a2
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ type EmployeeCreate = {
|
||||||
|
|
||||||
status?: Status;
|
status?: Status;
|
||||||
|
|
||||||
nrcNo?: string;
|
nrcNo?: string | null;
|
||||||
|
|
||||||
dateOfBirth: Date;
|
dateOfBirth: Date;
|
||||||
gender: string;
|
gender: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue