mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 05:07:10 +00:00
updated task types
This commit is contained in:
@@ -15,8 +15,8 @@ export interface TaskAttachment {
|
||||
|
||||
enum TaskType {
|
||||
INPUT = "input",
|
||||
FILE = "file",
|
||||
CODE = "code",
|
||||
FILE = "checker",
|
||||
CODE = "review",
|
||||
}
|
||||
|
||||
enum SolutionStatus {
|
||||
|
||||
Reference in New Issue
Block a user