Documentation
    Preparing search index...

    Interface TalentTreeNodesResponse

    The response for a talent tree nodes.

    interface TalentTreeNodesResponse {
        _links: { self: Href };
        id: number;
        spec_talent_trees: SpecTalentTree[];
        talent_nodes: TalentNode[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    id: number
    spec_talent_trees: SpecTalentTree[]
    talent_nodes: TalentNode[]