Documentation
    Preparing search index...

    Interface TalentTreeIndexResponse

    The response for a talent tree index.

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

    Hierarchy

    • ResponseBase
      • TalentTreeIndexResponse
    Index

    Properties

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