UNPKG

@configurator/ravendb

Version:
8 lines (7 loc) 240 B
import { DocumentCountersOperation } from "./DocumentCountersOperation"; export declare class CounterBatch { replyWithAllNodesValues: boolean; documents: DocumentCountersOperation[]; fromEtl: boolean; serialize(): object; }