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;
|
||||
|
||||
nrcNo?: string;
|
||||
nrcNo?: string | null;
|
||||
|
||||
dateOfBirth: Date;
|
||||
gender: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue