export interface PanelOptions { visualizationType: string; } export type TableRowConfig = { timestamp: number; user: string; datasource: string; rowsCount: number; progress: number; status: string; }