1export interface SearchDoc { 2 id: string; 3 path: string; 4 pageTitle: string; 5 siteSection: string; 6 pageSectionTitle: string; 7 pageSectionContent: string; 8}