UNPKG
ashish-sdk
Version:
latest (1.8.0-plugins.5)
plugins (1.8.0-plugins.6)
1.8.0-plugins.6
1.8.0-plugins.5
ThoughtSpot Embed SDK
github.com/thoughtspot/visual-embed-sdk
thoughtspot/visual-embed-sdk
ashish-sdk
/
dist
/
src
/
utils
/
answerService.d.ts
3 lines
(2 loc)
•
188 B
TypeScript
View Raw
1
2
3
import
{
SessionInterface
}
from
'../types'
;
export
declare
function
getAnswerServiceInstance
(
session
:
SessionInterface
,
query
:
string
,
operation
:
string
,
thoughtSpotHost
:
string
):
any
;