export interface IHeaderMenuItem { id: string; title: string; icon?: string; pictureUri?: string; pictureBase64?: string; hidden?: boolean; url?: string; classes?: string; exactMatch?: boolean; externalUrl?: boolean; function?: Function; badge?: { title?: string; translate?: string; bg?: string; fg?: string; }; parentId?: string; children?: IHeaderMenuItem[]; path?: string; level?: number; }