n8n-nodes-nocodb-self-host
Version:
Custom n8n node for Nocodb Self Host.
3 lines (2 loc) • 315 B
TypeScript
import type { IExecuteFunctions, IHookFunctions, IDataObject, IHttpRequestMethods } from 'n8n-workflow';
export declare function appCustomApiRequest(this: IHookFunctions | IExecuteFunctions, method: IHttpRequestMethods, endpoint: string, body: IDataObject, baseUrl?: string, headers?: IDataObject): Promise<any>;