import type { FilterTerm } from "./FilterTerm";
export type Filter = [string, string, FilterTerm];
