fix req update info

This commit is contained in:
AdisakKanthawilang 2024-11-01 16:47:01 +07:00
parent 2b07acf656
commit 4d0321e925
2 changed files with 41 additions and 13 deletions

View file

@ -773,6 +773,7 @@ export type UpdateProfileFather = {
fatherLastName?: string | null;
fatherCareer?: string | null;
fatherLive?: boolean | null;
fatherCitizenId?: string | null;
};
export type UpdateProfileMother = {
@ -781,6 +782,7 @@ export type UpdateProfileMother = {
motherLastName?: string | null;
motherCareer?: string | null;
motherLive?: boolean | null;
motherCitizenId?: string | null;
};
export type UpdateProfileCouple = {
@ -791,6 +793,7 @@ export type UpdateProfileCouple = {
coupleCareer?: string | null;
coupleLive?: boolean | null;
relationship?: string | null;
coupleCitizenId?: string | null;
};
export type UpdateProfileAddress = {