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

The Fpl Entry Picks

Summary

Types

@type t() :: %Fpl.Types.EntryPicks{
  active_chip: String.t() | nil,
  automatic_subs: {:array, Fpl.Types.EntryPicksAutoSub.t()},
  entry_history: Fpl.Types.EntryHistoryEvent.t(),
  picks: {:array, Fpl.Types.EntryPick.t()}
}