View Source Fpl.Types.LeagueNewEntry (fpl v0.1.0)

The Fpl League New Entry

Summary

Types

@type t() :: %Fpl.Types.LeagueNewEntry{
  entry: integer(),
  entry_name: String.t(),
  joined_time: String.t(),
  player_first_name: String.t(),
  player_last_name: String.t()
}