interface RuleConditionModel {
    conditionType?: string;
    field?: string;
    value?: string;
}

Properties

conditionType?: string
field?: string
value?: string