feat(client): export `ClientOptions` type

This commit is contained in:
Simen Bekkhus 2020-06-08 20:15:59 +02:00 committed by GitHub
parent 931a7c3e9e
commit 0dca35a8b9
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,