Type Alias: ChartTimeRange
type ChartTimeRange =
| "1h"
| "7d"
| "24h"
| "30d";
Defined in: src/stores/types.ts:51
Chart time range options for data visualization.
type ChartTimeRange =
| "1h"
| "7d"
| "24h"
| "30d";
Defined in: src/stores/types.ts:51
Chart time range options for data visualization.