export type ISearchFilter = {
    search: string;
}