Skip to content

Commit

Permalink
Merge pull request #2637 from chakhsu/master
Browse files Browse the repository at this point in the history
fix: export type VerifyOptions
  • Loading branch information
murgatroid99 committed Jan 4, 2024
2 parents 9b68bce + 3cdaebd commit 2a7c906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grpc-js/src/index.ts
Expand Up @@ -27,7 +27,7 @@ import { StatusObject } from './call-interface';
import { Channel, ChannelImplementation } from './channel';
import { CompressionAlgorithms } from './compression-algorithms';
import { ConnectivityState } from './connectivity-state';
import { ChannelCredentials } from './channel-credentials';
import { ChannelCredentials, VerifyOptions } from './channel-credentials';
import {
CallOptions,
Client,
Expand Down Expand Up @@ -182,6 +182,7 @@ export {
ServiceDefinition,
UntypedHandleCall,
UntypedServiceImplementation,
VerifyOptions
};

/**** Server ****/
Expand Down

0 comments on commit 2a7c906

Please sign in to comment.