Type Alias: ExchangeTypes
ExchangeTypes =
Parameters<amqp.Channel["assertExchange"]>[1]
Defined in: src/exchange/types.ts:14
The type of exchange to create. Accepted values: 'direct', 'fanout', 'topic', 'headers', 'match'.
Passed as the second argument to channel.assertExchange in the amqplib API.