6 lines
161 B
TypeScript
Executable File
6 lines
161 B
TypeScript
Executable File
import type { SearchClient } from '../types';
|
|
export declare function getAppIdAndApiKey(searchClient: SearchClient): {
|
|
appId: string;
|
|
apiKey: string;
|
|
};
|