interface StaticFilterOptions {
    id: string;
    values: StaticFilterValue[];
}

Properties

Properties

id: string

A unique identifier for the static filter.

The values the static filter is responsible for managing.