UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines (9 loc) 345 B
/** All the offer type of the backup */ export var OfferTypeEnum; (function (OfferTypeEnum) { OfferTypeEnum["advanced"] = "advanced"; OfferTypeEnum["backup"] = "backup"; OfferTypeEnum["classic"] = "classic"; OfferTypeEnum["legacy"] = "legacy"; OfferTypeEnum["premium"] = "premium"; })(OfferTypeEnum || (OfferTypeEnum = {}));