UNPKG

ravendb

Version:
6 lines 206 B
export type CountersByDocId = Map<string, [boolean, Set<string>]>; export interface CounterTracking { gotAll: boolean; data: Map<string, number>; } //# sourceMappingURL=CounterInternalTypes.d.ts.map