interface ImportMetaEnv extends Readonly> { readonly VITE_APP_BASE_API: string; } interface ImportMeta { readonly env: ImportMetaEnv; }