@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 360 B
JavaScript
/** Type of level */
export var LevelTypeEnum;
(function (LevelTypeEnum) {
LevelTypeEnum["business"] = "business";
LevelTypeEnum["enterprise"] = "enterprise";
LevelTypeEnum["premium"] = "premium";
LevelTypeEnum["premium-accredited"] = "premium-accredited";
LevelTypeEnum["standard"] = "standard";
})(LevelTypeEnum || (LevelTypeEnum = {}));