Skip to content

Commit

Permalink
fix: export type VerifyOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Jan 4, 2024
1 parent c5d35fe commit 3cdaebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grpc-js/src/index.ts
Original file line number Diff line number Diff line change
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 3cdaebd

Please sign in to comment.