Files
freeplanet/src/env.d.ts
Paolo Arena 74ecc4f278 - Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade
   - (Part 1 - Upgrade Components)
2019-03-11 19:21:10 +01:00

8 lines
184 B
TypeScript

declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: string
VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined
VUE_ROUTER_BASE: string | undefined
}
}