Variable SyncRouteConst

SyncRoute: Route<
    RootRoute<
        undefined,
        {},
        AnyContext,
        AnyContext,
        {},
        undefined,
        unknown,
        unknown,
    >,
    "/sync",
    "/sync",
    string,
    "/sync",
    undefined,
    ResolveParams<"/sync">,
    AnyContext,
    AnyContext,
    AnyContext,
    {},
    undefined,
    unknown,
    unknown,
> = ...

Route for the sync page ('/sync').

export const SyncRoute = createRoute({
getParentRoute: () => RootRoute,
path: "/sync",
component: SyncPage,
});