Interface FilterAttributeSimple

interface FilterAttributeSimple {
    attribute: string;
    operator: FilterComparisonOperator;
    type: string;
    value: any;
}

Properties

attribute: string
type: string
value: any