@webshop/root - v1.0.0
    Preparing search index...

    Type Alias SocialLink

    Represents a social media link in the footer.

    type SocialLink = {
        icon: string;
        id: number;
        url: string;
    }
    Index

    Properties

    Properties

    icon: string
    id: number
    url: string