HookSniffAPI.Model.Notification (hooksniff v1.0.0)

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.Notification{
  body: String.t(),
  created_at: DateTime.t(),
  id: String.t(),
  is_read: boolean(),
  link: String.t() | nil,
  title: String.t()
}

Functions

decode(value)