Documentation
    Preparing search index...

    Interface SeasonResponse

    interface SeasonResponse {
        _links: { self: { href: string } };
        generated_by: string;
        last_update_time: string;
        leaderboard: Leaderboard[];
        season_id: number;
    }

    Hierarchy

    • ResponseBase
      • SeasonResponse
    Index

    Properties

    _links: { self: { href: string } }
    generated_by: string
    last_update_time: string
    leaderboard: Leaderboard[]
    season_id: number