mirror of https://github.com/grpc/grpc-node.git
grpc-js: export InterceptorOptions
InterceptorOptions extends CallOptions with the addition of method_definition property
This commit is contained in:
parent
f7e2a2df3b
commit
600bc7e9d2
|
@ -294,6 +294,7 @@ export {
|
|||
ListenerBuilder,
|
||||
RequesterBuilder,
|
||||
Interceptor,
|
||||
InterceptorOptions,
|
||||
InterceptorProvider,
|
||||
InterceptingCall,
|
||||
InterceptorConfigurationError,
|
||||
|
|
Loading…
Reference in New Issue