UNPKG

ravendb

Version:
7 lines 229 B
import { IndexPriority, IndexState } from "./Enums.js"; export declare abstract class IndexDefinitionBase { name: string; priority: IndexPriority; state: IndexState; } //# sourceMappingURL=IndexDefinitionBase.d.ts.map