Props for the TracksTab component

interface TracksTabProps {
    loading: boolean;
    statistics: null | StatisticsData;
}

Properties

Properties

loading: boolean

Whether statistics data is currently being loaded

statistics: null | StatisticsData

Raw statistics data object or null if unavailable