Skip to main content

Type Alias: Severity

Severity = "error" | "warning" | "info"

Defined in: types.ts:76

How much attention a difference deserves.

  • error - old saves break or lose data without a migration
  • warning - a human has to decide; usually a suspected rename
  • info - harmless, recorded so the diff is complete