Documentation
    Preparing search index...

    Interface PvpLeaderboardIndexResponse

    The response for a PvP leaderboard index.

    interface PvpLeaderboardIndexResponse {
        _links: { self: Href };
        leaderboards: (KeyBase & { id?: number; name: string })[];
        season: Season;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    leaderboards: (KeyBase & { id?: number; name: string })[]
    season: Season