Type Alias SectionConfig

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

Type declaration

  • key: string
  • order: number
  • Optionalshow?: boolean