mirror of https://github.com/grpc/grpc-node.git
Add some missing descriptions to typescript.
This commit is contained in:
parent
51c97b559d
commit
5f77bcda1f
|
@ -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…
Reference in New Issue