Documentation
    Preparing search index...

    Interface AccountPetsCollectionSummaryResponse

    interface AccountPetsCollectionSummaryResponse {
        _links: Links;
        pets: Pet[];
        unlocked_battle_pet_slots: number;
    }
    Index

    Properties

    _links: Links
    pets: Pet[]
    unlocked_battle_pet_slots: number