Documentation
    Preparing search index...

    Interface MythicKeystoneIndexResponse

    The response for a Mythic Keystone index.

    interface MythicKeystoneIndexResponse {
        _links: { self: Href };
        dungeons: { href: string };
        seasons: { href: string };
    }

    Hierarchy

    • ResponseBase
      • MythicKeystoneIndexResponse
    Index

    Properties

    _links: { self: Href }
    dungeons: { href: string }
    seasons: { href: string }