import { Badge } from './badge.model'; export interface Menu { state: string; name: string; type: string; icon: string; desc?: string; badge?: Badge[]; color?: string; }