// types/analytics/common.uts export type TimePeriod = { value: string; label: string } export type ChartType = { value: string; label: string } export type Metric = { key: string; label: string }