Documentation
    Preparing search index...

    Interface CharacterPetsCollectionSummaryResponse

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

    Hierarchy

    • ResponseBase
      • CharacterPetsCollectionSummaryResponse
    Index

    Properties

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