export interface FuzzySearchable {
    title: string;
}
