Added passportid to the table ; removed gender column from table

This commit is contained in:
Joao Ramos
2024-01-27 19:27:28 +00:00
parent 009c610033
commit 4163076524
3 changed files with 19 additions and 4 deletions

View File

@@ -19,4 +19,5 @@ export interface StudentData {
result: string;
level?: string;
bandScore: number;
passportId?: string;
}