interface StatDashboard {
    date_range: StatMetric;
    tips?: { date_range: StatMetricTips; total: StatMetricTips };
    total: StatMetric;
}

Properties

date_range: StatMetric
tips?: { date_range: StatMetricTips; total: StatMetricTips }
total: StatMetric