Documentation
    Preparing search index...

    Interface CharacterTitlesSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterTitlesSummaryResponse {
        _links: { self: Href };
        active_title?: NameIdKey & { display_string: string };
        character: Character;
        titles: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    active_title?: NameIdKey & { display_string: string }
    character: Character
    titles: NameIdKey[]