Files
medical-mall/types/analytics/common.uts
2026-01-31 21:47:42 +08:00

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 }