UNPKG

@configurator/ravendb

Version:
7 lines (6 loc) 191 B
import { CounterOperation } from "./CounterOperation"; export declare class DocumentCountersOperation { operations: CounterOperation[]; documentId: string; serialize(): object; }