export interface IDocsSearchHighlightResultDTO { value: string; matchLevel: 'full' | 'none'; fullyHighlighted: boolean; matchedWords: string[]; }