refactor: input fields (branch, user)
This commit is contained in:
parent
0570956850
commit
8a745fefa8
4 changed files with 23 additions and 3 deletions
|
|
@ -59,6 +59,10 @@ type UserCreate = {
|
|||
|
||||
username: string;
|
||||
|
||||
citizenId: string;
|
||||
citizenIssue: Date;
|
||||
citizenExpire?: Date | null;
|
||||
|
||||
namePrefix?: string | null;
|
||||
firstName: string;
|
||||
firstNameEN: string;
|
||||
|
|
@ -111,6 +115,10 @@ type UserUpdate = {
|
|||
userType?: UserType;
|
||||
userRole?: string;
|
||||
|
||||
citizenId?: string;
|
||||
citizenIssue?: Date;
|
||||
citizenExpire?: Date | null;
|
||||
|
||||
namePrefix?: string | null;
|
||||
firstName?: string;
|
||||
firstNameEN?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue