UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 242 B
import { WithTimestamps } from '@n8n/db'; import { MessageEventBusDestinationOptions } from 'n8n-workflow'; export declare class EventDestinations extends WithTimestamps { id: string; destination: MessageEventBusDestinationOptions; }