AgnosticNonIndexRouteObject
Non-index routes may have children, but cannot have index
type AgnosticNonIndexRouteObject = AgnosticBaseRouteObject & {
children?: AgnosticRouteObject[];
index?: false;
};§Type
§
AgnosticBaseRouteObject & {
[src]children?: AgnosticRouteObject[];
index?: false;
}