UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 261 B
/** OVH licence account */ export var OvhLicenceEnum; (function (OvhLicenceEnum) { OvhLicenceEnum["basic"] = "basic"; OvhLicenceEnum["enterprise"] = "enterprise"; OvhLicenceEnum["standard"] = "standard"; })(OvhLicenceEnum || (OvhLicenceEnum = {}));