diff --git a/packages/kafka/lib/index.ts b/packages/kafka/lib/index.ts index 1bce2d84..e7bfbced 100644 --- a/packages/kafka/lib/index.ts +++ b/packages/kafka/lib/index.ts @@ -1,3 +1,4 @@ export * from './handler-container/index.ts' -export * from './types.ts' +export * from './AbstractKafkaConsumer.ts' export * from './AbstractKafkaPublisher.ts' +export * from './types.ts'