Type Alias SectionConfig

SectionConfig: {
    key: string;
    order: number;
    show?: boolean;
}