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