grpc-js: export InterceptorOptions

InterceptorOptions extends CallOptions with the addition of method_definition property
This commit is contained in:
Andrei Conache 2020-03-29 15:24:47 +02:00 committed by GitHub
parent f7e2a2df3b
commit 600bc7e9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ export {
ListenerBuilder,
RequesterBuilder,
Interceptor,
InterceptorOptions,
InterceptorProvider,
InterceptingCall,
InterceptorConfigurationError,