UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 207 B
/** whether or not the attachedDomain is linked to the hosting cdn */ export var CdnEnum; (function (CdnEnum) { CdnEnum["active"] = "active"; CdnEnum["none"] = "none"; })(CdnEnum || (CdnEnum = {}));