// 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 }