Documentation
    Preparing search index...

    Interface CharacterPetsCollectionSummaryResponse

    Base interface for Blizzard API responses.

    interface CharacterPetsCollectionSummaryResponse {
        _links: { self: Href };
        pets: Pet[];
        unlocked_battle_pet_slots: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    pets: Pet[]
    unlocked_battle_pet_slots: number