export interface IRoutesInfo { route: string; permissions: string[]; }