Documentation
    Preparing search index...

    Interface MythicKeystoneDungeonIndexResponse

    The response for a Mythic Keystone dungeon index.

    interface MythicKeystoneDungeonIndexResponse {
        _links: { self: Href };
        dungeons: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • MythicKeystoneDungeonIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    dungeons: NameIdKey[]