//! Per-section data payloads for dashboard sections.
//!
//! Each struct here is the typed body of one dashboard section kind: metric
//! cards ([`MetricsCardsData`]/[`MetricCard`]), charts ([`ChartSectionData`]),
//! tables ([`TableSectionData`]), service/database status
//! ([`StatusSectionData`]), ranked lists ([`ListSectionData`]), timelines
//! ([`TimelineSectionData`]), and free text ([`TextSectionData`]).
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ChartSectionData;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;