export interface IDocsSearchSnippetResultDTO { value: string; matchLevel: 'full' | 'none'; fullyHighlighted: boolean; }