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

14 lines
295 B
JavaScript

"use strict";
/**
* System variables for a telemetry item.
*/
var Envelope = (function () {
function Envelope() {
this.ver = 1;
this.sampleRate = 100.0;
this.tags = {};
}
return Envelope;
}());
module.exports = Envelope;
//# sourceMappingURL=Envelope.js.map