UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 247 B
/** Operators */ export var OperatorTypeEnum; (function (OperatorTypeEnum) { OperatorTypeEnum["collect"] = "collect"; OperatorTypeEnum["kosc"] = "kosc"; OperatorTypeEnum["ovh"] = "ovh"; })(OperatorTypeEnum || (OperatorTypeEnum = {}));