UNPKG

@typeform/api-client

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