UNPKG

@configurator/ravendb

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