Interface Sections

interface Sections {
    footer?: string;
    footer_icon?: string;
    sections: ContentBodyElements[];
    sidebar_color?: string;
    ts?: number;
    type: "section";
}

Hierarchy

Properties

footer?: string
footer_icon?: string
sections: ContentBodyElements[]
sidebar_color?: string
ts?: number
type: "section"