mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #2351 from murgatroid99/grpc-js_export_interceptor_types
grpc-js: Export `InterceptingListener` and `NextCall` types
This commit is contained in:
commit
2b7f296680
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user