UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 288 B
/** Type of level */ export var LevelTypeEnum; (function (LevelTypeEnum) { LevelTypeEnum["advanced"] = "advanced"; LevelTypeEnum["none"] = "none"; LevelTypeEnum["standard"] = "standard"; LevelTypeEnum["strategic"] = "strategic"; })(LevelTypeEnum || (LevelTypeEnum = {}));