vendor.d.ts 135 B

1234567891011
  1. declare namespace NodeJS {
  2. interface ProcessEnv {
  3. SITE_URL: string
  4. }
  5. }
  6. // Browser window
  7. declare interface Window {
  8. // ..
  9. }