We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rejected
UserProfile
1 parent 91a3ff4 commit 87c1fafCopy full SHA for 87c1faf
common/src/types/user-profile.ts
@@ -6,7 +6,7 @@ export type UserProfile = {
6
firstNames: string
7
lastNames: string
8
pronouns: "he/him" | "she/her" | "they/them" | "xe/xem" | "Please Ask" | "Unspecified"
9
- applicationStatus: "unsubmitted" | "submitted" | "accepted" | "waiting-list"
+ applicationStatus: "unsubmitted" | "submitted" | "accepted" | "rejected" | "waiting-list"
10
uploadedCv: boolean
11
/** epoch timestamp in milliseconds, or 'null' when not checked in */
12
checkedInAt: number | null
0 commit comments