Interface APIPvPTalentSlots

PvP Talent Slots

/data/wow/playable-class/{classId}/pvp-talent-slots

interface APIPvPTalentSlots {
    _links: linksStruct;
    talent_slots: { slot_number: number; unlock_player_level: number }[];
}

Properties

Properties

_links: linksStruct
talent_slots: { slot_number: number; unlock_player_level: number }[]