fix: missing fields

This commit is contained in:
Methapon Metanipat 2024-09-19 14:06:36 +07:00
parent ed0daff006
commit 065163dac8
3 changed files with 16 additions and 3 deletions

View file

@ -35,6 +35,8 @@ function globalAllow(user: RequestWithUser["user"]) {
}
type CustomerBranchCitizenPayload = {
citizenId: string;
birthDate?: Date;
namePrefix?: string;
firstName: string;
firstNameEN?: string;