export interface SearchOptions {
    search: string;
}