interface ImportMetaEnv { readonly BASE_URL: string readonly VITE_API_BASE_URL: string readonly VITE_API_SECRET: string readonly VITE_IMAGE_DOMAIN: string } interface ImportMeta { readonly env: ImportMetaEnv }