export interface MenuItem { id: string; title: string; items?: MenuItem[]; metric?: string; filters?: { device: string; source_id: string; }; }