export interface AsterDashboardItem { name: string; icon: string; count: number; link: string; [index: string]: any; }