Documentation
    Preparing search index...

    Interface PetAbilityIndexResponse

    The response for a pet ability index.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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