fix: error validation
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:
parent
7bd685ea96
commit
a69962db48
1 changed files with 2 additions and 2 deletions
|
|
@ -144,9 +144,9 @@ type UserUpdate = {
|
|||
|
||||
namePrefix?: string | null;
|
||||
firstName?: string;
|
||||
firstNameEN: string;
|
||||
firstNameEN?: string;
|
||||
middleName?: string | null;
|
||||
middleNameEN: string | null;
|
||||
middleNameEN?: string | null;
|
||||
lastName?: string;
|
||||
lastNameEN?: string;
|
||||
gender?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue