Files
est-frame/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/utils/getAppIdAndApiKey.d.ts
2025-10-22 05:38:27 +00:00

6 lines
161 B
TypeScript
Executable File

import type { SearchClient } from '../types';
export declare function getAppIdAndApiKey(searchClient: SearchClient): {
appId: string;
apiKey: string;
};