Scripting Object APItype-aliasesRouteOn this pageRoute type Route = { id: string; name: string; type: NavigationType; url: string;}; navigation type Properties id id: string; id of the route name name: string; name of the route type type: NavigationType; route type url url: string; url of the route