update
This commit is contained in:
12
src/types.ts
12
src/types.ts
@@ -1,6 +1,6 @@
|
||||
export type LANGUAGE = "c" | "cpp" | "python" | "java"
|
||||
|
||||
export interface Code {
|
||||
value: string
|
||||
language: LANGUAGE
|
||||
}
|
||||
export type LANGUAGE = "c" | "cpp" | "python" | "java"
|
||||
|
||||
export interface Code {
|
||||
value: string
|
||||
language: LANGUAGE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user