Documentation
    Preparing search index...

    Interface TechTalentTreeIndexResponse

    The response for a tech talent tree index.

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

    Hierarchy

    • ResponseBase
      • TechTalentTreeIndexResponse
    Index

    Properties

    Properties

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