UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 234 B
import type { INodeExecutionData } from 'n8n-workflow'; export declare function addBinariesToItem(newItem: INodeExecutionData, items: INodeExecutionData[], uniqueOnly?: boolean): INodeExecutionData; //# sourceMappingURL=utils.d.ts.map