UNPKG

n8n

Version:

n8n Workflow Automation Tool

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