This commit is contained in:
2024-01-22 20:12:54 +08:00
parent 7591b065d3
commit 35e3649834
5 changed files with 159 additions and 15 deletions

View File

@@ -34,3 +34,9 @@ export interface Submission {
description: string
}
}
export interface File {
in: string
out: string
error: boolean
}