UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 244 B
/** Possible values for ServicePlanEnum */ export var ServicePlanEnum; (function (ServicePlanEnum) { ServicePlanEnum["ENTERPRISE"] = "ENTERPRISE"; ServicePlanEnum["STANDARD"] = "STANDARD"; })(ServicePlanEnum || (ServicePlanEnum = {}));