Payload for adding a transient notification.
Summary
Types
@type t() :: %Vibe.Event.Notification.Added{ id: String.t() | nil, level: atom(), text: String.t(), title: String.t() | nil, ttl_ms: non_neg_integer() | nil }
Payload for adding a transient notification.
@type t() :: %Vibe.Event.Notification.Added{ id: String.t() | nil, level: atom(), text: String.t(), title: String.t() | nil, ttl_ms: non_neg_integer() | nil }