ExFPL.H2HStandings (ExFPL v0.1.0)

Copy Markdown View Source

Decoded /leagues-h2h/{league_id}/standings/ response.

Summary

Types

t()

@type t() :: %ExFPL.H2HStandings{
  has_next: boolean(),
  league: map(),
  page: integer(),
  standings: [ExFPL.H2HStandings.Standing.t()]
}