n8n
Version:
n8n Workflow Automation Tool
5 lines (4 loc) • 398 B
TypeScript
import type { MessageEventBus } from '../../../eventbus/message-event-bus/message-event-bus';
import type { MessageEventBusDestination } from './message-event-bus-destination.ee';
import type { EventDestinations } from '../database/entities';
export declare function messageEventBusDestinationFromDb(eventBusInstance: MessageEventBus, dbData: EventDestinations): MessageEventBusDestination | null;