UNPKG

ravendb

Version:
13 lines 348 B
export class CounterBatch { replyWithAllNodesValues; documents = []; fromEtl; serialize() { return { ReplyWithAllNodesValues: this.replyWithAllNodesValues, Documents: this.documents.map(x => x.serialize()), FromEtl: this.fromEtl }; } } //# sourceMappingURL=CounterBatch.js.map