UNPKG

@typeform/api-client

Version:
4 lines (3 loc) 255 B
import { Typeform } from './typeform-types'; export declare const clientConstructor: ({ token, ...options }?: Typeform.ClientArg) => Typeform.HTTPClient; export declare const buildUrlWithParams: (url: string, params?: Typeform.DocumentData) => string;