UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

5 lines (4 loc) 162 B
import type { IWorkflowBase, JsonValue } from 'n8n-workflow'; export interface AbstractEventPayload { [key: string]: JsonValue | IWorkflowBase | undefined; }