rootTree: Route<
any,
"/",
"/",
string,
"__root__",
undefined,
{},
{},
AnyContext,
AnyContext,
{},
undefined,
readonly [
Route<
RootRoute<
undefined,
{},
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
"/",
"/",
string,
"/",
undefined,
Record<never, string>,
AnyContext,
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
Route<
RootRoute<
undefined,
{},
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
"/skipped-tracks",
"/skipped-tracks",
string,
"/skipped-tracks",
undefined,
Record<never, string>,
AnyContext,
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
Route<
RootRoute<
undefined,
{},
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
"/statistics",
"/statistics",
string,
"/statistics",
undefined,
Record<never, string>,
AnyContext,
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
Route<
RootRoute<
undefined,
{},
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
"/settings",
"/settings",
string,
"/settings",
undefined,
Record<never, string>,
AnyContext,
AnyContext,
AnyContext,
{},
undefined,
unknown,
unknown,
>,
],
unknown,
> = ...
Complete Route Hierarchy
Combines all route definitions into a single hierarchical tree with RootRoute as the parent. This structure is exported for use in the router configuration to establish the complete navigation system.
The tree structure ensures proper nesting and inheritance of layouts while maintaining the route relationships for navigation.