HookSniffAPI.Model.NotificationListResponse (hooksniff v1.0.0)

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.NotificationListResponse{
  notifications: [HookSniffAPI.Model.Notification.t()],
  total: integer(),
  unread_count: integer()
}

Functions

decode(value)