Merge pull request #2351 from murgatroid99/grpc-js_export_interceptor_types

grpc-js: Export `InterceptingListener` and `NextCall` types
This commit is contained in:
Michael Lumish 2023-02-08 10:40:25 -08:00 committed by GitHub
commit 2b7f296680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {