UNPKG

ravendb

Version:
7 lines 441 B
import { AbstractGenericCountersIndexCreationTask } from "./AbstractGenericCountersIndexCreationTask.js"; import { CountersIndexDefinition } from "./CountersIndexDefinition.js"; export declare abstract class AbstractCsharpCountersIndexCreationTask extends AbstractGenericCountersIndexCreationTask { map: string; createIndexDefinition(): CountersIndexDefinition; } //# sourceMappingURL=AbstractCsharpCountersIndexCreationTask.d.ts.map