mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix typo in typescript definitions file
This commit is contained in:
parent
07d8bed4ed
commit
40e5bb4a73
2
packages/grpc-native-core/index.d.ts
vendored
2
packages/grpc-native-core/index.d.ts
vendored
@ -816,7 +816,7 @@ declare module "grpc" {
|
||||
* Additional peer verification options that can be set when creating
|
||||
* SSL credentials.
|
||||
*/
|
||||
export interface VerifyOptions: {
|
||||
export interface VerifyOptions {
|
||||
/**
|
||||
* If set, this callback will be invoked after the usual hostname verification
|
||||
* has been performed on the peer certificate.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user