This commit is contained in:
2023-01-20 12:29:32 +08:00
parent 40fae1c7c0
commit 0b2d9e3efd
23 changed files with 271 additions and 150 deletions

View File

@@ -90,7 +90,7 @@ export interface Submission {
code: string
result: SUBMISSION_RESULT
info: Info
language: string
language: LANGUAGE
shared: boolean
statistic_info: {
score?: number