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

    Type Alias FooterSectionWithLinks

    Represents a footer section with its links (used in UI).

    type FooterSectionWithLinks = {
        id: number;
        links: FooterLink[];
        title: string;
    }
    Index

    Properties

    Properties

    id: number
    links: FooterLink[]
    title: string