UNPKG

ravendb

Version:
12 lines 318 B
export class DocumentCountersOperation { operations; documentId; serialize() { const result = { DocumentId: this.documentId, Operations: this.operations.map(op => op.serialize()) }; return result; } } //# sourceMappingURL=DocumentCountersOperation.js.map