Merge branch 'develop'
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
This commit is contained in:
commit
47907f61ab
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ type EmployeePassportPayload = {
|
||||||
|
|
||||||
workerStatus: string;
|
workerStatus: string;
|
||||||
nationality: string;
|
nationality: string;
|
||||||
otherNationality?: string;
|
otherNationality?: string | null;
|
||||||
namePrefix?: string | null;
|
namePrefix?: string | null;
|
||||||
firstName: string;
|
firstName: string;
|
||||||
firstNameEN: string;
|
firstNameEN: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue