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.
1 parent 4d5a6b0 commit dd1b51eCopy full SHA for dd1b51e
src/lib/ContestStatus/ContestStatus.types.ts
@@ -31,6 +31,7 @@ export const AuditStatus = {
31
Reporting: "Reporting",
32
Completed: "Completed",
33
LostDeal: "Lost Deal",
34
+ LiveJudging: "LiveJudging",
35
} as const;
36
// Take the AuditStatus object, and make a string literal type of the values
37
export type AuditStatus = (typeof AuditStatus)[keyof typeof AuditStatus];
0 commit comments