We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c45b66c + 25e21d1 commit 5a49a93Copy full SHA for 5a49a93
packages/grpc-js/src/index.ts
@@ -42,7 +42,9 @@ import {
42
loadPackageDefinition,
43
makeClientConstructor,
44
MethodDefinition,
45
+ ProtobufTypeDefinition,
46
Serialize,
47
+ ServiceClientConstructor,
48
ServiceDefinition,
49
} from './make-client';
50
import { Metadata, MetadataValue } from './metadata';
@@ -245,7 +247,11 @@ export {
245
247
InterceptorConfigurationError,
246
248
} from './client-interceptors';
249
-export { GrpcObject } from './make-client';
250
+export {
251
+ GrpcObject,
252
253
+ ProtobufTypeDefinition
254
+} from './make-client';
255
256
export { ChannelOptions } from './channel-options';
257
0 commit comments