Provides struct and type for a PlayerLevel
@type t() :: %Cyphi.PlayerLevel{ id: integer() | nil, name: String.t() | nil, points: integer() | nil }