export interface SearchResults { title: string; url: string; time: string; poster?: string; }