mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
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…
x
Reference in New Issue
Block a user