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

    Type Alias FooterSection

    Represents database response from footer_section table.

    type FooterSection = {
        id: number;
        title: string;
    }
    Index

    Properties

    Properties

    id: number
    title: string