UNPKG

@configurator/ravendb

Version:
7 lines (6 loc) 177 B
import { IndexPriority, IndexState } from "./Enums"; export declare abstract class IndexDefinitionBase { name: string; priority: IndexPriority; state: IndexState; }