Files
est-frame/node_modules/search-insights/dist/_getFunctionalInterface.d.ts
2025-10-22 05:38:27 +00:00

4 lines
187 B
TypeScript
Executable File

import type AlgoliaAnalytics from "./insights";
import type { InsightsClient } from "./types";
export declare function getFunctionalInterface(instance: AlgoliaAnalytics): InsightsClient;