UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 226 B
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>; //# sourceMappingURL=getFunction.operation.d.ts.map