feat: complete family history endpoint
This commit is contained in:
parent
5a63ac36bd
commit
88b567070a
2 changed files with 38 additions and 7 deletions
|
|
@ -261,7 +261,7 @@ export class ProfileChildrenHistory extends ProfileChildren {
|
|||
profileChildren: ProfileChildren;
|
||||
}
|
||||
|
||||
type CreateChildren = {
|
||||
export type CreateChildren = {
|
||||
isActive: boolean;
|
||||
childrenCareer: string;
|
||||
childrenFirstName: string;
|
||||
|
|
@ -271,7 +271,7 @@ type CreateChildren = {
|
|||
childrenCitizenId: string;
|
||||
};
|
||||
|
||||
type UpdateChildren = {
|
||||
export type UpdateChildren = {
|
||||
id: string;
|
||||
isActive?: boolean | null;
|
||||
childrenCareer?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue