UNPKG

@configurator/ravendb

Version:
12 lines 472 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MoreLikeThisUsingDocument = void 0; const MoreLikeThisBase_1 = require("./MoreLikeThisBase"); class MoreLikeThisUsingDocument extends MoreLikeThisBase_1.MoreLikeThisBase { constructor(documentJson) { super(); this.documentJson = documentJson; } } exports.MoreLikeThisUsingDocument = MoreLikeThisUsingDocument; //# sourceMappingURL=MoreLikeThisUsingDocument.js.map