Skip to content

Commit

Permalink
Merge pull request #2351 from murgatroid99/grpc-js_export_interceptor…
Browse files Browse the repository at this point in the history
…_types

grpc-js: Export `InterceptingListener` and `NextCall` types
  • Loading branch information
murgatroid99 authored Feb 8, 2023
2 parents 9bf74d9 + 18c803e commit 2b7f296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grpc-js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const getClientChannel = (client: Client) => {

export { StatusBuilder };

export { Listener } from './call-interface';
export { Listener, InterceptingListener } from './call-interface';

export {
Requester,
Expand All @@ -248,6 +248,7 @@ export {
InterceptorProvider,
InterceptingCall,
InterceptorConfigurationError,
NextCall
} from './client-interceptors';

export {
Expand Down

0 comments on commit 2b7f296

Please sign in to comment.