UNPKG

ravendb

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