UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

4 lines 308 B
import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[]): Promise<INodeExecutionData[]>; //# sourceMappingURL=iCall.operation.d.ts.map