feat: add more user field
This commit is contained in:
parent
d44c259999
commit
de01db361a
3 changed files with 11 additions and 1 deletions
|
|
@ -50,6 +50,8 @@ type UserCreate = {
|
|||
sourceNationality?: string | null;
|
||||
importNationality?: string | null;
|
||||
trainingPlace?: string | null;
|
||||
responsibleArea?: string | null;
|
||||
birthDate?: Date | null;
|
||||
|
||||
address: string;
|
||||
addressEN: string;
|
||||
|
|
@ -84,6 +86,8 @@ type UserUpdate = {
|
|||
sourceNationality?: string | null;
|
||||
importNationality?: string | null;
|
||||
trainingPlace?: string | null;
|
||||
responsibleArea?: string | null;
|
||||
birthDate?: Date | null;
|
||||
|
||||
address?: string;
|
||||
addressEN?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue