UNPKG

n8n-nodes-tulip

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