Documentation
    Preparing search index...

    Interface PetAbilityResponse

    The response for a pet ability.

    interface PetAbilityResponse {
        _links: { self: Href };
        battle_pet_type: BattlePetType;
        id: number;
        media: Media;
        name: string;
        rounds: number;
    }

    Hierarchy

    • NameId
    • ResponseBase
      • PetAbilityResponse
    Index

    Properties

    _links: { self: Href }
    battle_pet_type: BattlePetType
    id: number
    media: Media
    name: string
    rounds: number