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

    Interface EuropePmcDbCrossReference

    A single external-database cross-reference entry

    Europe PMC documents the four slots only positionally, and their meaning varies by database, so they are surfaced as-is rather than renamed.

    interface EuropePmcDbCrossReference {
        info1?: string;
        info2?: string;
        info3?: string;
        info4?: string;
    }
    Index
    info1?: string
    info2?: string
    info3?: string
    info4?: string