pubmed-client (Node.js)
    Preparing search index...

    Interface PmcLinks

    PMC availability links from the ELink API

    interface PmcLinks {
        pmcIds: string[];
        sourcePmids: number[];
    }
    Index
    pmcIds: string[]

    PMC IDs available for the source PMIDs

    sourcePmids: number[]

    Source PMIDs the links were computed from