UNPKG

n8n-nodes-putio

Version:
4 lines (3 loc) 215 B
import type { IExecuteFunctions } from 'n8n-core'; import type { INodeExecutionData } from 'n8n-workflow'; export declare function getFile(this: IExecuteFunctions, itemIndex: number): Promise<INodeExecutionData[]>;