diff --git a/src/amqp-channel.ts b/src/amqp-channel.ts index dfd3a46..1ec06cc 100644 --- a/src/amqp-channel.ts +++ b/src/amqp-channel.ts @@ -863,7 +863,7 @@ export type MessageCount = { messageCount: number } -export type ExchangeType = 'direct' | 'fanout' | 'topic' | 'headers' | string; +export type ExchangeType = 'direct' | 'fanout' | 'topic' | 'headers' | string & {}; export type ExchangeParams = { /**