Skip to content

Commit dd1b51e

Browse files
committed
[types]: add new LiveJudging status type
1 parent 4d5a6b0 commit dd1b51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/ContestStatus/ContestStatus.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const AuditStatus = {
3131
Reporting: "Reporting",
3232
Completed: "Completed",
3333
LostDeal: "Lost Deal",
34+
LiveJudging: "LiveJudging",
3435
} as const;
3536
// Take the AuditStatus object, and make a string literal type of the values
3637
export type AuditStatus = (typeof AuditStatus)[keyof typeof AuditStatus];

0 commit comments

Comments
 (0)