@ccw-api/api
    Preparing search index...
    type SubjectAreaModule = {
        components: SubjectAreaModuleComponent[];
        filled: boolean;
        gutter: number;
        subtitle: string;
        subtitleColor: string;
        title: string;
        titleColor: string;
        type: string;
    }
    Index

    Properties

    filled: boolean
    gutter: number
    subtitle: string
    subtitleColor: string
    title: string
    titleColor: string
    type: string