fix: also accept null

This commit is contained in:
Methapon Metanipat 2024-11-13 14:39:42 +07:00
parent f02a4ff7ed
commit b2442a03c4

View file

@ -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;