mdfetch API Documentation - v1.0.0
    Preparing search index...

    Interface Link

    Represents a hyperlink with title and URL.

    interface Link {
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    title: string

    Link text/title

    url: string

    Link URL