@c8y/client
Version:
Client application programming interface to access the Cumulocity IoT-Platform REST services.
17 lines • 489 B
TypeScript
export declare const Severity: {
readonly CRITICAL: "CRITICAL";
readonly MAJOR: "MAJOR";
readonly MINOR: "MINOR";
readonly WARNING: "WARNING";
};
export declare const SEVERITY_LABELS: {
readonly CRITICAL: "CRITICAL";
readonly MAJOR: "MAJOR";
readonly MINOR: "MINOR";
readonly WARNING: "WARNING";
};
export type SeverityType = keyof typeof Severity;
export type SeveritySettings = {
[K in SeverityType]: boolean;
};
//# sourceMappingURL=Severity.d.ts.map