Documentation
    Preparing search index...

    Interface MythicKeystoneDungeonResponse

    The response for a Mythic Keystone dungeon.

    interface MythicKeystoneDungeonResponse {
        _links: { self: Href };
        dungeon: NameIdKey;
        id: number;
        is_tracked: boolean;
        keystone_upgrades: KeystoneUpgrade[];
        map: NameId;
        name: string;
        zone: Zone;
    }

    Hierarchy

    • NameId
    • ResponseBase
      • MythicKeystoneDungeonResponse
    Index

    Properties

    _links: { self: Href }
    dungeon: NameIdKey
    id: number
    is_tracked: boolean
    keystone_upgrades: KeystoneUpgrade[]
    map: NameId
    name: string
    zone: Zone