TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface ExternalLink

    List of external links for the site

    interface ExternalLink {
        icon: string;
        name: string;
        url: string;
    }
    Index

    Properties

    Properties

    icon: string
    name: string

    Display name of the external link

    url: string

    URL it links to