Skip to content

Commit

Permalink
fix: export PubSubContext interface
Browse files Browse the repository at this point in the history
  • Loading branch information
vbshnsk committed Sep 19, 2022
1 parent 847aeef commit 4d98bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { PubSubInterceptor } from './src/pubsub.interceptor';
export { PubSubTransport, PubSubTransportConfig } from './src/pubsub-transport';
export { PubSubTransport, PubSubTransportConfig, PubSubContext } from './src/pubsub-transport';
export { PubSubTransportAsyncOptions, PubsubTransportModule } from './src/pubsub-transport.module';

0 comments on commit 4d98bdc

Please sign in to comment.