Files
starface-outlook-sync-addin/node_modules/applicationinsights/out/Declarations/Contracts/Generated/Envelope.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

14 lines
308 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