fix req update info
This commit is contained in:
parent
2b07acf656
commit
4d0321e925
2 changed files with 41 additions and 13 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue