Documentation
    Preparing search index...

    Interface SeasonIndexResponse

    interface SeasonIndexResponse {
        _links: { self: { href: string } };
        current_season: number;
        generated_by: string;
        last_update_time: string;
        season: { href: string }[];
        service_current_season: number;
        service_season_state: string;
    }

    Hierarchy

    • ResponseBase
      • SeasonIndexResponse
    Index

    Properties

    _links: { self: { href: string } }
    current_season: number
    generated_by: string
    last_update_time: string
    season: { href: string }[]
    service_current_season: number
    service_season_state: string