export interface SearchResult { id: string; name: string; }