Documentation
    Preparing search index...

    Interface PetAbilityIndexResponse

    The response for a pet ability index.

    interface PetAbilityIndexResponse {
        _links: { self: Href };
        abilities: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • PetAbilityIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    abilities: NameIdKey[]