grpc-js: Export InterceptingListener and NextCall types

This commit is contained in:
Michael Lumish 2023-02-08 09:55:32 -08:00
parent cea545dd77
commit 18c803e6dd

View File

@ -237,7 +237,7 @@ export const getClientChannel = (client: Client) => {
export { StatusBuilder };
export { Listener } from './call-interface';
export { Listener, InterceptingListener } from './call-interface';
export {
Requester,
@ -248,6 +248,7 @@ export {
InterceptorProvider,
InterceptingCall,
InterceptorConfigurationError,
NextCall
} from './client-interceptors';
export {