MIF_E31221407_FE/env.d.ts

7 lines
139 B
TypeScript

declare namespace NodeJS {
interface ProcessEnv {
HOST: string
API_HOST: string
PYTHON_API_HOST: string
}
}