Skip to content

Commit

Permalink
Revert "refactor: add autocomplete for ExchangeType"
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jul 17, 2024
1 parent ba0d674 commit 3dbd42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amqp-channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
/**
Expand Down

0 comments on commit 3dbd42d

Please sign in to comment.