UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 199 B
import type { IRun, WorkflowExecuteMode } from 'n8n-workflow'; export declare function restoreBinaryDataId(run: IRun, executionId: string, workflowExecutionMode: WorkflowExecuteMode): Promise<void>;