refactor: accept null as value

This commit is contained in:
Methapon Metanipat 2024-11-13 11:06:26 +07:00
parent 8d2d0ee6cc
commit f12178c0a2

View file

@ -68,7 +68,7 @@ type EmployeeCreate = {
status?: Status;
nrcNo?: string;
nrcNo?: string | null;
dateOfBirth: Date;
gender: string;