9 lines
144 B
TypeScript
9 lines
144 B
TypeScript
/* eslint-disable */
|
|
|
|
declare namespace NodeJS {
|
|
interface ProcessEnv {
|
|
SERVICE_WORKER_FILE: string;
|
|
PWA_FALLBACK_HTML: string;
|
|
}
|
|
}
|