UNPKG
@typeform/api-client
Version:
beta (1.8.0-beta.1)
latest (2.10.0)
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.15.2
1.15.1
1.15.0
1.14.0
1.13.0
1.12.1
1.12.0
1.11.0
1.10.0
1.9.0
1.8.6
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.8.0-beta.1
1.7.0
1.6.8
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
0.1.0-alpha.1
0.0.0-semantic-released
JS SDK for Typeform API
github.com/Typeform/js-api-client
Typeform/js-api-client
@typeform/api-client
/
dist
/
insights.d.ts
9 lines
(8 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Typeform
}
from
'./typeform-types'
;
export
declare
class
Insights
{
private
_http;
constructor
(
_http
:
Typeform
.
HTTPClient
);
summary
(
args
: {
uid
:
string
; }):
Promise
<
Typeform
.
Insights
>; }