Documentation
    Preparing search index...

    Interface PvpTalentIndexResponse

    The response for a pvp talent index.

    interface PvpTalentIndexResponse {
        _links: { self: Href };
        pvp_talents: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • PvpTalentIndexResponse
    Index

    Properties

    Properties

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