Documentation
    Preparing search index...

    Interface CharacterQuestsResponse

    Base interface for Blizzard API responses.

    interface CharacterQuestsResponse {
        _links: { self: Href };
        character: Character;
        completed: Href;
        in_progress: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    character: Character
    completed: Href
    in_progress: NameIdKey[]