Cyphi.Award (Cyphi v0.1.0)

Provides struct and type for a Award

Summary

Types

t()

@type t() :: %Cyphi.Award{
  awarded_at: DateTime.t() | nil,
  awardee_id: integer() | nil,
  id: integer() | nil,
  note: String.t() | nil,
  user_id: integer()
}