fix : add type null in otherNationality
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Kanjana 2025-05-30 13:05:33 +07:00
parent 1fe013d69d
commit e02a29f053

View file

@ -43,7 +43,7 @@ type EmployeePassportPayload = {
workerStatus: string;
nationality: string;
otherNationality?: string;
otherNationality?: string | null;
namePrefix?: string | null;
firstName: string;
firstNameEN: string;