Skip to content

Commit 1c1d0f2

Browse files
committed
Export missing types
1 parent 2db0a5a commit 1c1d0f2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/amqp/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
export type { AMQPQueueConfig } from './lib/AbstractAmqpService'
1+
export type {
2+
AMQPQueueConfig,
3+
AMQPConsumerDependencies,
4+
AMQPDependencies,
5+
} from './lib/AbstractAmqpService'
26

37
export { AbstractAmqpQueueConsumer } from './lib/AbstractAmqpQueueConsumer'
48
export { AbstractAmqpTopicConsumer } from './lib/AbstractAmqpTopicConsumer'

0 commit comments

Comments
 (0)