c92aa92
1
2
3
4
5
6
7
8
export interface SearchResult { title: string; url: string; description: string; source: string; engine: string; }