fix types.
This commit is contained in:
@@ -52,6 +52,11 @@ export interface Problem {
|
||||
my_status: number
|
||||
}
|
||||
|
||||
export interface Code {
|
||||
language: LANGUAGE
|
||||
value: string
|
||||
}
|
||||
|
||||
export interface SubmitCodePayload {
|
||||
problem_id: number
|
||||
language: LANGUAGE
|
||||
|
||||
Reference in New Issue
Block a user