UNPKG

@configurator/ravendb

Version:
6 lines (5 loc) 220 B
import { IndexDefinition } from "../IndexDefinition"; import { IndexSourceType } from "../IndexSourceType"; export declare class CountersIndexDefinition extends IndexDefinition { get sourceType(): IndexSourceType; }