mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1465 from SimenB/patch-1
feat(client): export `ClientOptions` type
This commit is contained in:
commit
066950a71b
|
|
@ -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