UNPKG

n8n

Version:

n8n Workflow Automation Tool

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