export interface Hero { id: string; name: string; menu1: string; }