Documentation
    Preparing search index...

    Interface CharacterAchievementStatisticsResponse

    Base interface for Blizzard API responses.

    interface CharacterAchievementStatisticsResponse {
        _links: { self: Href };
        categories: Category[];
        character: Character;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    categories: Category[]
    character: Character