export default interface IRoutes { path: String; component?: String; icon?: String; title?: String; routes?: IRoutes[]; authority?: String[]; hidden?: boolean; }