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 {
|
import {
|
||||||
CallOptions,
|
CallOptions,
|
||||||
Client,
|
Client,
|
||||||
|
ClientOptions,
|
||||||
CallInvocationTransformer,
|
CallInvocationTransformer,
|
||||||
CallProperties,
|
CallProperties,
|
||||||
UnaryCallback,
|
UnaryCallback,
|
||||||
|
@ -133,6 +134,7 @@ export {
|
||||||
|
|
||||||
export {
|
export {
|
||||||
Client,
|
Client,
|
||||||
|
ClientOptions,
|
||||||
loadPackageDefinition,
|
loadPackageDefinition,
|
||||||
makeClientConstructor,
|
makeClientConstructor,
|
||||||
makeClientConstructor as makeGenericClientConstructor,
|
makeClientConstructor as makeGenericClientConstructor,
|
||||||
|
|
Loading…
Reference in New Issue