diff --git a/src/amqp-channel.ts b/src/amqp-channel.ts index 1ec06cc..dfd3a46 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 = { /**