import { ILink } from './ILink'; export interface ISearchResult { id?: string; section: string; link: ILink; }