Added a National ID/Passport field to the demographic information of a student
This commit is contained in:
@@ -77,6 +77,7 @@ export interface DemographicInformation {
|
||||
phone: string;
|
||||
gender: Gender;
|
||||
employment: EmploymentStatus;
|
||||
passport_id?: string;
|
||||
}
|
||||
|
||||
export interface DemographicCorporateInformation {
|
||||
|
||||
Reference in New Issue
Block a user