Documentation
    Preparing search index...

    Interface TechTalentIndexResponse

    The response for a tech talent index.

    interface TechTalentIndexResponse {
        _links: { self: Href };
        talents: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • TechTalentIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    talents: NameIdKey[]