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

    Type Alias FooterLink

    Represents database response from footer_link table.

    type FooterLink = {
        id: number;
        label: string;
        sectionId: number;
        url: string;
    }
    Index

    Properties

    Properties

    id: number
    label: string
    sectionId: number
    url: string