contest list.

This commit is contained in:
2023-03-20 20:54:12 +08:00
parent efbc21ba18
commit 4af5a28c03
11 changed files with 146 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ export interface User {
two_factor_auth: boolean
open_api: boolean
is_disabled: boolean
password?: string
}
export type LANGUAGE =
@@ -236,6 +237,7 @@ export interface Contest {
create_time: string
now: string
last_update_time: string
visible: boolean
}
interface SubmissionInfo {