mirror of https://github.com/grpc/grpc-node.git
feat(client): export `ClientOptions` type
This commit is contained in:
parent
931a7c3e9e
commit
0dca35a8b9
|
@ -31,6 +31,7 @@ import { ChannelCredentials } from './channel-credentials';
|
|||
import {
|
||||
CallOptions,
|
||||
Client,
|
||||
ClientOptions,
|
||||
CallInvocationTransformer,
|
||||
CallProperties,
|
||||
UnaryCallback,
|
||||
|
@ -133,6 +134,7 @@ export {
|
|||
|
||||
export {
|
||||
Client,
|
||||
ClientOptions,
|
||||
loadPackageDefinition,
|
||||
makeClientConstructor,
|
||||
makeClientConstructor as makeGenericClientConstructor,
|
||||
|
|
Loading…
Reference in New Issue