Type Alias: ImpactSeverity

type ImpactSeverity = "low" | "medium" | "high" | "critical";

Defined in: rehearsal/types.ts:14

Severity level of the operation’s potential impact