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

12 lines
199 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;