| 2 | /// <reference types="vite-plugin-svgr/client" /> |
| 3 | |
| 4 | interface ImportMetaEnv { |
| 5 | readonly RENDERER_VITE_EXTERNAL_RESOURCES_URL: string; |
| 6 | readonly RENDERER_VITE_SENTRY_DSN: string; |
| 7 | readonly RENDERER_VITE_REAL_DEBRID_REFERRAL_ID: string; |
| 8 | readonly RENDERER_VITE_TORBOX_REFERRAL_CODE: string; |
| 9 | } |
| 10 | |
| 11 | interface ImportMeta { |
| 12 | readonly env: ImportMetaEnv; |
nothing calls this directly
no outgoing calls
no test coverage detected