UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

3 lines (2 loc) 193 B
import type { NodeConnectionType, ITaskData } from 'n8n-workflow'; export declare function getItemCountByConnectionType(data: ITaskData['data']): Partial<Record<NodeConnectionType, number[]>>;