Selectable window for the stats views.
export type StatsRange = 'all' | 'today' | 'week' | 'month' | 'last7' | 'last30'; Copy
export type StatsRange = 'all' | 'today' | 'week' | 'month' | 'last7' | 'last30';
Selectable window for the stats views.