UNPKG

@negreanucalin8x8/n8n-nodes-8x8

Version:
4 lines (3 loc) 315 B
import { IRequestOptions } from "n8n-workflow/dist/Interfaces"; export declare const buildRequest: (resource: string, operation: string, uriParams: Record<string, string>, formParams: object) => IRequestOptions; export declare const getCleanFormData: (formParams: Record<string, string>) => Record<string, string>;