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