update.
This commit is contained in:
@@ -102,6 +102,7 @@ export interface Problem {
|
||||
share_submission: boolean
|
||||
contest: null
|
||||
my_status: number
|
||||
visible: boolean
|
||||
}
|
||||
|
||||
export interface ProblemFiltered {
|
||||
@@ -115,6 +116,15 @@ export interface ProblemFiltered {
|
||||
status: "not_test" | "passed" | "failed"
|
||||
}
|
||||
|
||||
export interface AdminProblemFiltered {
|
||||
_id: string
|
||||
id: number
|
||||
title: string
|
||||
visible: boolean
|
||||
username: string
|
||||
create_time: string
|
||||
}
|
||||
|
||||
export interface Code {
|
||||
language: LANGUAGE
|
||||
value: string
|
||||
|
||||
Reference in New Issue
Block a user