Added documentation

This commit is contained in:
Dolan
2017-06-08 02:37:10 +01:00
parent 5217c98650
commit d2a75d9ecc
2 changed files with 2 additions and 8 deletions

View File

@@ -8,13 +8,7 @@ export class CertHostkey {
* @memberof CertHostkey
*/
parent: Cert;
/**
*
*
* @type {number}
* @memberof CertHostkey
*/
type: number;
type: Cert.TYPE;
/**
*
*

View File

@@ -13,5 +13,5 @@ export namespace Cert {
}
export class Cert {
certType: number;
certType: Cert.TYPE;
}