Documentation
    Preparing search index...

    Interface PvpSeasonResponse

    The response for a PvP season.

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

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    id: number
    leaderboards: Href
    rewards: Href
    season_end_timestamp?: number
    season_name?: string | null
    season_start_timestamp: number