/// /// interface ImportMetaEnv { readonly PUBLIC_PAYLOAD_URL: string; readonly PUBLIC_TYPESENSE_HOST: string; readonly PUBLIC_TYPESENSE_PORT: string; readonly PUBLIC_TYPESENSE_PROTOCOL: string; readonly PUBLIC_TYPESENSE_SEARCH_ONLY_API_KEY: string; } interface ImportMeta { readonly env: ImportMetaEnv; }