6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
// 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 }
|