fix: also accept null
This commit is contained in:
parent
f02a4ff7ed
commit
b2442a03c4
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ type EmployeeUpdate = {
|
|||
customerBranchId?: string;
|
||||
status?: "ACTIVE" | "INACTIVE";
|
||||
|
||||
nrcNo?: string;
|
||||
nrcNo?: string | null;
|
||||
|
||||
dateOfBirth?: Date;
|
||||
gender?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue