5 lines
213 B
Plaintext
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 }
|