export interface PublicRoute { excludeFromSitemap?: boolean; path: string; routerLink: string[]; subRoutes?: Record; title?: string; }