UNPKG

ravendb

Version:
7 lines 249 B
import { CounterOperation } from "./CounterOperation.js"; export declare class DocumentCountersOperation { operations: CounterOperation[]; documentId: string; serialize(): object; } //# sourceMappingURL=DocumentCountersOperation.d.ts.map