UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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