UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

8 lines (7 loc) 250 B
import type { ChannelWithKey } from '../types/index.js'; type ChannelGroup = { exchanges: ChannelWithKey[]; queues: ChannelWithKey[]; }; export declare function generateMessageReferencesHeader(channelGroups: ChannelGroup): string; export {};