interface FilterCondition {
    text: string;
    value: string;
}

Properties

Properties

text: string
value: string