UNPKG

ravendb

Version:
13 lines 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IndexQueryWithParameters = void 0; const IndexQueryBase_js_1 = require("./IndexQueryBase.js"); class IndexQueryWithParameters extends IndexQueryBase_js_1.IndexQueryBase { /** * Allow to skip duplicate checking during queries */ skipDuplicateChecking; skipStatistics; } exports.IndexQueryWithParameters = IndexQueryWithParameters; //# sourceMappingURL=IndexQueryWithParameters.js.map