Documentation
    Preparing search index...

    Interface PvpTalentResponse

    The response for a pvp talent.

    interface PvpTalentResponse {
        _links: { self: Href };
        compatible_slots: number[];
        description: string;
        id: number;
        playable_specialization: NameIdKey;
        spell: NameIdKey;
        unlock_player_level: number;
    }

    Hierarchy

    • ResponseBase
      • PvpTalentResponse
    Index

    Properties

    _links: { self: Href }
    compatible_slots: number[]
    description: string
    id: number
    playable_specialization: NameIdKey
    spell: NameIdKey
    unlock_player_level: number