Added a National ID/Passport field to the demographic information of a student

This commit is contained in:
Tiago Ribeiro
2024-01-11 11:05:14 +00:00
parent 174398b4f7
commit 0c9f0b3dbd
4 changed files with 61 additions and 19 deletions

View File

@@ -77,6 +77,7 @@ export interface DemographicInformation {
phone: string;
gender: Gender;
employment: EmploymentStatus;
passport_id?: string;
}
export interface DemographicCorporateInformation {