type SearchResult = { list: Array; }; type SearchRecord = { keywords: string[]; }; type SearchHistoryItem = { title: string; url: string; };