UNPKG

@apify/n8n-nodes-apify

Version:
3 lines (2 loc) 171 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function getItems(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;