Cyphi.BadgeHistory (Cyphi v0.1.0)

Provides struct and type for a BadgeHistory

Summary

Types

t()

@type t() :: %Cyphi.BadgeHistory{
  awarded_at: DateTime.t() | nil,
  badge_id: integer(),
  id: integer() | nil
}