interface FixedInputConditionResponse {
    operator: string;
    value?: any;
    variable: string;
}

Hierarchy

Properties

operator: string
value?: any
variable: string