UNPKG

ashish-sdk

Version:
3 lines (2 loc) 188 B
import { SessionInterface } from '../types'; export declare function getAnswerServiceInstance(session: SessionInterface, query: string, operation: string, thoughtSpotHost: string): any;