UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 189 B
/** Hosted SSL type */ export var TypeEnum; (function (TypeEnum) { TypeEnum["CUSTOM"] = "CUSTOM"; TypeEnum["DV"] = "DV"; TypeEnum["EV"] = "EV"; })(TypeEnum || (TypeEnum = {}));