UNPKG

@typeform/api-client

Version:
5 lines (4 loc) 295 B
import { Typeform } from './typeform-types'; export declare const createMemberPatchQuery: (members: string[], operation: string) => Typeform.API.PATCH[]; export declare const isMemberPropValid: (members: string | string[]) => boolean; export declare const rateLimit: () => Promise<unknown>;