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

5 lines
213 B
Plaintext

// types/analytics/data-detail.uts
export type TableColumn = { key: string; label: string; type: string; sortable: boolean }
export type DrillDownItem = { id: string; label: string; value: string; type: string }