Skip to content

Commit 2a7c906

Browse files
authored
Merge pull request #2637 from chakhsu/master
fix: export type VerifyOptions
2 parents 9b68bce + 3cdaebd commit 2a7c906

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/grpc-js/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { StatusObject } from './call-interface';
2727
import { Channel, ChannelImplementation } from './channel';
2828
import { CompressionAlgorithms } from './compression-algorithms';
2929
import { ConnectivityState } from './connectivity-state';
30-
import { ChannelCredentials } from './channel-credentials';
30+
import { ChannelCredentials, VerifyOptions } from './channel-credentials';
3131
import {
3232
CallOptions,
3333
Client,
@@ -182,6 +182,7 @@ export {
182182
ServiceDefinition,
183183
UntypedHandleCall,
184184
UntypedServiceImplementation,
185+
VerifyOptions
185186
};
186187

187188
/**** Server ****/

0 commit comments

Comments
 (0)