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

    Interface Section

    Section of a PMC article

    interface Section {
        content: string;
        sectionType?: string;
        title?: string;
    }
    Index

    Properties

    content: string

    Section content

    sectionType?: string

    Section type (e.g., "introduction", "methods")

    title?: string

    Section title