DefinitelyTyped/types/nodegit/cert-host-key.d.ts
2017-06-07 23:43:14 +01:00

7 lines
112 B
TypeScript

export class CertHostkey {
certType: number;
type: number;
hashMd5: string;
hashSha1: string;
}