UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 420 B
import { type IExecuteFunctions, type INodeExecutionData, type INodeType, type INodeTypeBaseDescription, type INodeTypeDescription } from 'n8n-workflow'; export declare class MergeV2 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=MergeV2.node.d.ts.map