export interface AvailableFilter {
    id: string;
    label: string;
    filterType: "multi-select" | "boolean";
}
