UNPKG

ravendb

Version:
11 lines 756 B
import { CountersIndexDefinition } from "./CountersIndexDefinition.js"; import { AbstractIndexDefinitionBuilder } from "../AbstractIndexDefinitionBuilder.js"; import { DocumentConventions } from "../../Conventions/DocumentConventions.js"; export declare class CountersIndexDefinitionBuilder extends AbstractIndexDefinitionBuilder<CountersIndexDefinition> { map: string; constructor(indexName?: string); protected _newIndexDefinition(): CountersIndexDefinition; toIndexDefinition(conventions: DocumentConventions, validateMap?: boolean): CountersIndexDefinition; protected _toIndexDefinition(indexDefinition: CountersIndexDefinition, conventions: DocumentConventions): void; } //# sourceMappingURL=CountersIndexDefinitionBuilder.d.ts.map