export interface ItemMenu { id?: number; title: string; link?: string; linkParent?: string; name?: string; items?: ItemMenu[]; iconSrc?: string; }