export interface Route { Module: { Code: string; UrlPrefix: string; Title: string; }; }