UNPKG

@configurator/ravendb

Version:
7 lines (6 loc) 216 B
export interface HighlightingOptions { groupKey?: string; preTags?: string[]; postTags?: string[]; } export declare function extractHighlightingOptionsFromParameters(hightlightingParameters: object): {};