Current storage representation for Vibe.SystemAlarms.Alert.
Summary
Types
@type t() :: %Vibe.Storage.Representation.RuntimeAlert{ at: DateTime.t(), context: map(), detail: String.t() | nil, id: String.t(), severity: Vibe.SystemAlarms.Alert.severity(), source: atom(), type: atom() }