Documentation
    Preparing search index...

    Interface TalentTreeIndexResponse

    The response for a talent tree index.

    interface TalentTreeIndexResponse {
        _links: { self: Href };
        class_talent_trees: TalentTree[];
        hero_talent_trees: NameIdKey[];
        spec_talent_trees: TalentTree[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    class_talent_trees: TalentTree[]
    hero_talent_trees: NameIdKey[]
    spec_talent_trees: TalentTree[]