UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 201 B
/** All type of Domain */ export var DomainTypeEnum; (function (DomainTypeEnum) { DomainTypeEnum["plain"] = "plain"; DomainTypeEnum["ssl"] = "ssl"; })(DomainTypeEnum || (DomainTypeEnum = {}));