export interface IRouteObject { displayName?: string; icon?: string; path?: string; }