UNPKG

ravendb

Version:
7 lines 266 B
import { HighlightingOptions } from "./HighlightingOptions.js"; export interface HighlightingParameters extends HighlightingOptions { fieldName: string; fragmentLength: number; fragmentCount: number; } //# sourceMappingURL=HighlightingParameters.d.ts.map