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

The Fpl Entry History

Summary

Types

@type t() :: %Fpl.Types.EntryHistory{
  chips: {:array, Fpl.Types.EntryHistoryChip.t()},
  current: {:array, Fpl.Types.EntryHistoryEvent.t()},
  past: {:array, Fpl.Types.EntryHistoryPast.t()}
}