interface JConditionExpression {
    attribute: JAttribute;
    id: string;
    operator: JLogicalOperator;
    value: any;
}

Properties

attribute: JAttribute
id: string
value: any