@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 570 B
JavaScript
/** Possible values for StreamAlertConditionConstraintTypeEnum */
export var StreamAlertConditionConstraintTypeEnum;
(function (StreamAlertConditionConstraintTypeEnum) {
StreamAlertConditionConstraintTypeEnum["MAX"] = "MAX";
StreamAlertConditionConstraintTypeEnum["MEAN"] = "MEAN";
StreamAlertConditionConstraintTypeEnum["MIN"] = "MIN";
StreamAlertConditionConstraintTypeEnum["STDLABEU"] = "STDLABEU";
StreamAlertConditionConstraintTypeEnum["SUM"] = "SUM";
})(StreamAlertConditionConstraintTypeEnum || (StreamAlertConditionConstraintTypeEnum = {}));