interface SyncMetricsChartProps {
    syncStats?: null | SyncStats;
    className?: string;
}

Properties

syncStats?: null | SyncStats

Sync statistics object representing aggregate results.

className?: string

Optional className for layout adjustments.