Documentation
    Preparing search index...

    The response for a PvP season.

    interface PvpSeasonResponse {
        _links: { self: Href };
        id: number;
        leaderboards: { href: string };
        rewards: { href: string };
        season_name?: string;
        season_start_timestamp: number;
    }

    Hierarchy

    • ResponseBase
      • PvpSeasonResponse
    Index

    Properties

    _links: { self: Href }
    id: number
    leaderboards: { href: string }
    rewards: { href: string }
    season_name?: string
    season_start_timestamp: number