ENCOA-277, ENCOA-276, ENCOA-282, ENCOA-283

This commit is contained in:
Carlos-Mesquita
2024-12-21 19:23:53 +00:00
parent f6d387ce2d
commit 98a1636d0c
31 changed files with 2513 additions and 194 deletions

View File

@@ -7,9 +7,9 @@ export interface UserImport {
email: string;
name: string;
passport_id: string;
type: Type;
type?: Type;
groupName: string;
entity: string;
entity?: string;
studentID: string;
demographicInformation: {
country: string;