12 lines
272 B
TypeScript
12 lines
272 B
TypeScript
interface ImportMetaEnv {
|
|
readonly PUBLIC_JUDGE0API_URL: string
|
|
readonly PUBLIC_MAXKB_URL: string
|
|
readonly PUBLIC_CODEAPI_URL: string
|
|
readonly PUBLIC_PYVIZ_URL: string
|
|
readonly PUBLIC_ICONIFY_URL: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|