@negreanucalin8x8/n8n-nodes-8x8
Version:
This is a Work in progress
4 lines (3 loc) • 315 B
TypeScript
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>;