The Node.js® Website
at main 163 B view raw
1export interface SearchDoc { 2 id: string; 3 path: string; 4 pageTitle: string; 5 siteSection: string; 6 pageSectionTitle: string; 7 pageSectionContent: string; 8}