Files
powerpoint-toolbox/node_modules/applicationinsights/out/Declarations/Contracts/Generated/DataPoint.js
T
2025-03-07 19:22:02 +01:00

15 lines
354 B
JavaScript

"use strict";
// THIS FILE WAS AUTOGENERATED
var DataPointType = require("./DataPointType");
"use strict";
/**
* Metric data single measurement.
*/
var DataPoint = (function () {
function DataPoint() {
this.kind = DataPointType.Measurement;
}
return DataPoint;
}());
module.exports = DataPoint;
//# sourceMappingURL=DataPoint.js.map