arxiv-api-wrapper - v2.1.2
    Preparing search index...

    Interface ArxivLink

    Link metadata for an arXiv paper entry. Links may point to the abstract page, PDF, source files, etc.

    interface ArxivLink {
        href: string;
        rel?: string;
        type?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    href: string

    URL of the link

    rel?: string

    Link relation type (e.g., 'alternate', 'related')

    type?: string

    MIME type of the linked resource

    title?: string

    Human-readable title for the link