UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 144 B
import type { IRunExecutionData } from 'n8n-workflow'; export declare function sumBinaryDataBytes(data: IRunExecutionData | undefined): number;