@sme.up/kokos-sdk-node
    Preparing search index...

    Interface SmeupSchSection

    interface SmeupSchSection {
        components?: SmeupSchComponent[];
        dim?: string;
        id: string;
        layout: string;
        sections?: SmeupSchSection[];
        type?: SectionTypes;
        variables?: SmeupVariable[];
    }
    Index

    Properties

    components?: SmeupSchComponent[]
    dim?: string
    id: string
    layout: string
    sections?: SmeupSchSection[]
    variables?: SmeupVariable[]