UNPKG

ravendb

Version:
12 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypedTimeSeriesEntry = void 0; class TypedTimeSeriesEntry { timestamp; tag; values; isRollup; value; } exports.TypedTimeSeriesEntry = TypedTimeSeriesEntry; //# sourceMappingURL=TypedTimeSeriesEntry.js.map