@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 500 B
JavaScript
/** Possible values for StreamAlertConditionConditionTypeEnum */
export var StreamAlertConditionConditionTypeEnum;
(function (StreamAlertConditionConditionTypeEnum) {
StreamAlertConditionConditionTypeEnum["FIELD_CONTENT_VALUE"] = "FIELD_CONTENT_VALUE";
StreamAlertConditionConditionTypeEnum["FIELD_VALUE"] = "FIELD_VALUE";
StreamAlertConditionConditionTypeEnum["MESSAGE_COUNT"] = "MESSAGE_COUNT";
})(StreamAlertConditionConditionTypeEnum || (StreamAlertConditionConditionTypeEnum = {}));