mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Add some missing descriptions to typescript.
This commit is contained in:
parent
51c97b559d
commit
5f77bcda1f
6
packages/grpc-native-core/index.d.ts
vendored
6
packages/grpc-native-core/index.d.ts
vendored
@ -794,7 +794,13 @@ declare module "grpc" {
|
||||
ERROR,
|
||||
}
|
||||
|
||||
/**
|
||||
* A certificate as received by the checkServerIdentity callback.
|
||||
*/
|
||||
export interface Certificate {
|
||||
/**
|
||||
* The raw certificate in DER form.
|
||||
*/
|
||||
raw: Buffer;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user