IndexRouteObject
interface IndexRouteObject {
action?: AgnosticIndexRouteObject["action"];
caseSensitive?: AgnosticIndexRouteObject["caseSensitive"];
children?: undefined;
element?: React.ReactNode | null;
errorElement?: React.ReactNode | null;
handle?: AgnosticIndexRouteObject["handle"];
hasErrorBoundary?: AgnosticIndexRouteObject["hasErrorBoundary"];
id?: AgnosticIndexRouteObject["id"];
index: true;
loader?: AgnosticIndexRouteObject["loader"];
path?: AgnosticIndexRouteObject["path"];
shouldRevalidate?: AgnosticIndexRouteObject["shouldRevalidate"];
}