Documentation
    Preparing search index...

    Interface TechTalentTreeIndexResponse

    The response for a tech talent tree index.

    interface TechTalentTreeIndexResponse {
        _links: { self: Href };
        talent_trees: TalentTree[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    talent_trees: TalentTree[]