smartacme/ts/smartacme.classes.acmecert.ts

8 lines
127 B
TypeScript
Raw Normal View History

2017-01-01 23:18:51 +00:00
import 'typings-global'
2017-01-14 13:14:50 +00:00
/**
* class AcmeCert represents a cert for domain
*/
2017-01-01 23:18:51 +00:00
export class AcmeCert {
2017-01-14 13:14:50 +00:00
fullchain: string
2017-01-01 23:18:51 +00:00
}