Type Alias: TimePeriod
type TimePeriod = keyof typeof CHART_TIME_PERIODS;
Defined in: src/utils/time.ts:26
Type for time period keys used in chart configurations.
type TimePeriod = keyof typeof CHART_TIME_PERIODS;
Defined in: src/utils/time.ts:26
Type for time period keys used in chart configurations.