linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias OrcidBackfillResponse

    type OrcidBackfillResponse = {
        checked: number;
        errored: number;
        updated: OrcidCandidate[];
    }
    Index
    checked: number
    errored: number

    DOIs where a source request failed (not just "no ORCID found").

    updated: OrcidCandidate[]