UNPKG

@configurator/ravendb

Version:
11 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CountersIndexDefinition = void 0; const IndexDefinition_1 = require("../IndexDefinition"); class CountersIndexDefinition extends IndexDefinition_1.IndexDefinition { get sourceType() { return "Counters"; } } exports.CountersIndexDefinition = CountersIndexDefinition; //# sourceMappingURL=CountersIndexDefinition.js.map