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