fix: missing fields
This commit is contained in:
parent
ed0daff006
commit
065163dac8
3 changed files with 16 additions and 3 deletions
|
|
@ -35,6 +35,8 @@ function globalAllow(user: RequestWithUser["user"]) {
|
|||
}
|
||||
|
||||
type CustomerBranchCitizenPayload = {
|
||||
citizenId: string;
|
||||
birthDate?: Date;
|
||||
namePrefix?: string;
|
||||
firstName: string;
|
||||
firstNameEN?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue