added submissions count

This commit is contained in:
rngsurrounded
2025-03-03 21:09:57 +09:00
parent 515b051587
commit 39143116c4
4 changed files with 212 additions and 159 deletions
@@ -5,6 +5,7 @@ interface Task {
type: TaskType;
in_competition_position: number;
points: number;
max_attempts: number;
}
export interface TaskAttachment {