LazyRouteFunction
lazy() function to load a route definition, which can add non-matching related properties to a route
interface LazyRouteFunction <R extends AgnosticRouteObject> {
(): Promise<Omit<R, ImmutableRouteKey>>;
}lazy() function to load a route definition, which can add non-matching related properties to a route