UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 186 B
import type { ExecutionRequest } from '../executions/execution.types'; export declare function validateExecutionUpdatePayload(payload: unknown): ExecutionRequest.ExecutionUpdatePayload;