UNPKG
@searchkit/sdk
Version:
latest (3.0.0)
next (4.0.0-next.0)
4.0.0-next.0
3.0.0
3.0.0-canary.58
3.0.0-canary.57
3.0.0-canary.56
3.0.0-canary.55
3.0.0-canary.54
3.0.0-canary.53
3.0.0-canary.52
3.0.0-canary.51
3.0.0-canary.50
3.0.0-canary.49
3.0.0-canary.48
Elasticsearch Universal SDK for Searchkit
www.searchkit.co
searchkit/searchkit
@searchkit/sdk
/
src
/
transporters
/
index.ts
9 lines
(7 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
SearchkitTransporterOverrides
{
index
?:
string
}
export
interface
SearchkitTransporter
{
performRequest
(requestBody,
overrides
?:
SearchkitTransporterOverrides
):
Promise
<
any
> }
export
{
default
as
FetchClientTransporter
}
from
'./FetchClientTransporter'