import { FilterOptions } from "./FilterOptions"; export interface FilterInterface { display_name: string; options: FilterOptions; }