Documentation
    Preparing search index...

    Interface MythicKeystoneSeasonIndexResponse

    The response for a Mythic Keystone season index.

    interface MythicKeystoneSeasonIndexResponse {
        _links: { self: Href };
        current_season: Period;
        seasons: Period[];
    }

    Hierarchy

    • ResponseBase
      • MythicKeystoneSeasonIndexResponse
    Index

    Properties

    _links: { self: Href }
    current_season: Period
    seasons: Period[]