Documentation
    Preparing search index...

    Interface MythicKeystoneSeasonResponse

    The response for a Mythic Keystone season.

    interface MythicKeystoneSeasonResponse {
        _links: { self: Href };
        end_timestamp: number;
        id: number;
        periods: Period[];
        season_name: string | null;
        start_timestamp: number;
    }

    Hierarchy

    • ResponseBase
      • MythicKeystoneSeasonResponse
    Index

    Properties

    _links: { self: Href }
    end_timestamp: number
    id: number
    periods: Period[]
    season_name: string | null
    start_timestamp: number