Documentation
    Preparing search index...

    Interface PvpLeaderboardResponse

    The response for a PvP leaderboard.

    interface PvpLeaderboardResponse {
        _links: { self: Href };
        bracket: Bracket;
        entries: Entry[];
        name: string;
        season: Season;
    }

    Hierarchy

    • ResponseBase
      • PvpLeaderboardResponse
    Index

    Properties

    _links: { self: Href }
    bracket: Bracket
    entries: Entry[]
    name: string
    season: Season