Merge pull request #1465 from SimenB/patch-1

feat(client): export `ClientOptions` type
This commit is contained in:
Michael Lumish 2020-06-08 14:29:21 -07:00 committed by GitHub
commit 066950a71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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,