components popupPersonal
This commit is contained in:
parent
d4881eefb8
commit
ae305df6f7
5 changed files with 459 additions and 8 deletions
|
|
@ -21,4 +21,14 @@ interface ResponseObject {
|
|||
profileType: string | null;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
interface PersonalImformation {
|
||||
prefix: string;
|
||||
citizenId: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
birthDate: string | null;
|
||||
age: string;
|
||||
gender: string;
|
||||
}
|
||||
|
||||
export type { ResponseObject, PersonalImformation };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue