MIF_E31221407_FE/env.d.ts

6 lines
107 B
TypeScript

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