We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023ac57 commit af0778fCopy full SHA for af0778f
backend/typescript/types.ts
@@ -77,7 +77,7 @@ export type ApplicationDTO = {
77
};
78
79
export type ApplicantDTO = {
80
- id: string;
+ id: number;
81
academicOrCoop: string;
82
academicYear: string; // MAYBE CHANGE WITH ENUM
83
email: string;
0 commit comments