| 1 | /// <reference types="vite/client" /> |
| 2 | |
| 3 | interface ImportMetaEnv { |
| 4 | readonly VITE_ASTRBOT_RELEASE_BASE_URL?: string; |
| 5 | } |
| 6 | |
| 7 | interface ImportMeta { |
| 8 | readonly env: ImportMetaEnv; |
nothing calls this directly
no outgoing calls
no test coverage detected