electron.d.ts 83 B

12345
  1. declare namespace NodeJS {
  2. interface ProcessEnv {
  3. PRELOAD_PATH: string
  4. }
  5. }