Documentation
    Preparing search index...

    Interface TalentResponse

    The response for a talent.

    interface TalentResponse {
        _links: { self: Href };
        id: number;
        overrides_spell?: NameIdKey;
        playable_class?: KeyBase & { id: number; name?: string };
        playable_specialization?: NameIdKey;
        rank_descriptions?: RankDescription[];
        spell?: NameIdKey;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    id: number
    overrides_spell?: NameIdKey
    playable_class?: KeyBase & { id: number; name?: string }
    playable_specialization?: NameIdKey
    rank_descriptions?: RankDescription[]
    spell?: NameIdKey