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>>;
}§Type Parameters
§
R extends AgnosticRouteObject
[src]§Call Signatures
§
(): Promise<Omit<R, ImmutableRouteKey>>
[src]