export type SearchResultsActions = {
    action: string;
    data: string;
};
