Interface FrontendBigSection

interface FrontendBigSection {
    documentType?: DigicustDocumentType;
    icon: string;
    pagination: boolean;
    sections: FrontendSmallSection[];
    subInfo: {
        boxes: string[];
        title: string;
    }[];
    title: string;
}

Properties

documentType?: DigicustDocumentType
icon: string
pagination: boolean
subInfo: {
    boxes: string[];
    title: string;
}[]

Type declaration

  • boxes: string[]
  • title: string
title: string