updated task types

This commit is contained in:
rngsurrounded
2025-03-02 22:57:42 +09:00
parent 6b6263847c
commit 47d3c3a67e
+2 -2
View File
@@ -15,8 +15,8 @@ export interface TaskAttachment {
enum TaskType { enum TaskType {
INPUT = "input", INPUT = "input",
FILE = "file", FILE = "checker",
CODE = "code", CODE = "review",
} }
enum SolutionStatus { enum SolutionStatus {