@typeform/api-client
Version:
JS SDK for Typeform API
6 lines (5 loc) • 423 B
TypeScript
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;