UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 197 B
/** Type of your service offer */ export var OfferType; (function (OfferType) { OfferType["company"] = "company"; OfferType["individual"] = "individual"; })(OfferType || (OfferType = {}));