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

12 lines
210 B
TypeScript

/**
* Defines the level of severity for the event.
*/
declare enum SeverityLevel {
Verbose = 0,
Information = 1,
Warning = 2,
Error = 3,
Critical = 4,
}
export = SeverityLevel;