mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix documentation of part of the type signature for server credentials
This commit is contained in:
parent
d598ba0420
commit
e87552d918
4
packages/grpc-native-core/index.d.ts
vendored
4
packages/grpc-native-core/index.d.ts
vendored
@ -573,12 +573,12 @@ declare module "grpc" {
|
||||
/**
|
||||
* The server's private key
|
||||
*/
|
||||
privateKey: Buffer;
|
||||
private_key: Buffer;
|
||||
|
||||
/**
|
||||
* The server's certificate chain
|
||||
*/
|
||||
certChain: Buffer;
|
||||
cert_chain: Buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -219,8 +219,8 @@ exports.ServerCredentials = grpc.ServerCredentials;
|
||||
/**
|
||||
* A private key and certificate pair
|
||||
* @typedef {Object} grpc.ServerCredentials~keyCertPair
|
||||
* @property {Buffer} privateKey The server's private key
|
||||
* @property {Buffer} certChain The server's certificate chain
|
||||
* @property {Buffer} private_key The server's private key
|
||||
* @property {Buffer} cert_chain The server's certificate chain
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user