ravendb
Version:
RavenDB client for Node.js
8 lines • 318 B
TypeScript
import { Highlightings } from "./Hightlightings.js";
import { QueryResult } from "../QueryResult.js";
export declare class QueryHighlightings {
private readonly _highlightings;
add(fieldName: string): Highlightings;
update(queryResult: QueryResult): void;
}
//# sourceMappingURL=QueryHighlightings.d.ts.map