UNPKG

@configurator/ravendb

Version:
7 lines (6 loc) 211 B
import { HighlightingOptions } from "./HighlightingOptions"; export interface HighlightingParameters extends HighlightingOptions { fieldName: string; fragmentLength: number; fragmentCount: number; }