Magpie HTML - v0.1.3
    Preparing search index...

    Interface AlternateLink

    Alternate URL relationship.

    interface AlternateLink {
        href: string;
        hreflang?: string;
        type?: string;
        title?: string;
    }
    Index

    Properties

    href: string

    URL of the alternate version

    hreflang?: string

    Language/locale code (hreflang)

    type?: string

    MIME type

    title?: string

    Title/description