UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 369 B
/** Option Config Parameter type */ export var OptionConfigParamTypeEnum; (function (OptionConfigParamTypeEnum) { OptionConfigParamTypeEnum["bool"] = "bool"; OptionConfigParamTypeEnum["int"] = "int"; OptionConfigParamTypeEnum["list"] = "list"; OptionConfigParamTypeEnum["str"] = "str"; })(OptionConfigParamTypeEnum || (OptionConfigParamTypeEnum = {}));