export type TableColumn = { key: string; label: string; sortable: boolean; };