Documentation
    Preparing search index...

    Interface TalentIndexResponse

    The response for a talent index.

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

    Hierarchy

    • ResponseBase
      • TalentIndexResponse
    Index

    Properties

    Properties

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