9 lines
200 B
TypeScript
9 lines
200 B
TypeScript
|
declare namespace NodeJS {
|
||
|
interface ProcessEnv {
|
||
|
QUASAR_PUBLIC_FOLDER: string
|
||
|
QUASAR_ELECTRON_PRELOAD_FOLDER: string
|
||
|
QUASAR_ELECTRON_PRELOAD_EXTENSION: string
|
||
|
APP_URL: string
|
||
|
}
|
||
|
}
|