export interface DashboardAction { name: string; icon: string; action: string; hidden?: boolean; }