UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 198 B
/** Type of the service */ export var OfferTypeEnum; (function (OfferTypeEnum) { OfferTypeEnum["cloud"] = "cloud"; OfferTypeEnum["live"] = "live"; })(OfferTypeEnum || (OfferTypeEnum = {}));