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 {
INPUT = "input",
FILE = "file",
CODE = "code",
FILE = "checker",
CODE = "review",
}
enum SolutionStatus {