Type Alias: DeltaSeverity
ts
type DeltaSeverity = "BREAKING" | "RISKY" | "SAFE" | "COSMETIC";Defined in: packages/core/src/introspection/ContractDiff.ts:35
Severity classification for a contract change