interface Filter {
    label: string;
    value: string;
}

Properties

Properties

label: string

Label for this filter to display

value: string

Textual

Generated using TypeDoc