Documentation
    Preparing search index...

    Interface CharacterMythicKeystoneSeasonDetailsResponse

    Base interface for Blizzard API responses.

    interface CharacterMythicKeystoneSeasonDetailsResponse {
        _links: { self: Href };
        best_runs: BestRun[];
        character: Character;
        mythic_rating: MythicRating;
        season: KeyBase & { id: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    best_runs: BestRun[]
    character: Character
    mythic_rating: MythicRating
    season: KeyBase & { id: number }