We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b68bce + 3cdaebd commit 2a7c906Copy full SHA for 2a7c906
packages/grpc-js/src/index.ts
@@ -27,7 +27,7 @@ import { StatusObject } from './call-interface';
27
import { Channel, ChannelImplementation } from './channel';
28
import { CompressionAlgorithms } from './compression-algorithms';
29
import { ConnectivityState } from './connectivity-state';
30
-import { ChannelCredentials } from './channel-credentials';
+import { ChannelCredentials, VerifyOptions } from './channel-credentials';
31
import {
32
CallOptions,
33
Client,
@@ -182,6 +182,7 @@ export {
182
ServiceDefinition,
183
UntypedHandleCall,
184
UntypedServiceImplementation,
185
+ VerifyOptions
186
};
187
188
/**** Server ****/
0 commit comments