2025-11-20 19:09:43 +00:00
|
|
|
/* eslint-disable */
|
|
|
|
|
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
|
|
|
|
|
// noinspection JSUnusedGlobalSymbols
|
|
|
|
|
|
|
|
|
|
// This file was automatically generated by TanStack Router.
|
|
|
|
|
// You should NOT make any changes in this file as it will be overwritten.
|
|
|
|
|
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
|
|
|
|
|
|
|
|
|
|
import { Route as rootRouteImport } from './routes/__root'
|
|
|
|
|
import { Route as SettingsRouteImport } from './routes/settings'
|
|
|
|
|
import { Route as OutputRouteImport } from './routes/output'
|
2025-12-17 14:19:23 +00:00
|
|
|
import { Route as CamerasRouteImport } from './routes/cameras'
|
2025-11-20 19:09:43 +00:00
|
|
|
import { Route as AboutRouteImport } from './routes/about'
|
|
|
|
|
import { Route as IndexRouteImport } from './routes/index'
|
|
|
|
|
|
|
|
|
|
const SettingsRoute = SettingsRouteImport.update({
|
|
|
|
|
id: '/settings',
|
|
|
|
|
path: '/settings',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
|
|
|
|
const OutputRoute = OutputRouteImport.update({
|
|
|
|
|
id: '/output',
|
|
|
|
|
path: '/output',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
2025-12-17 14:19:23 +00:00
|
|
|
const CamerasRoute = CamerasRouteImport.update({
|
|
|
|
|
id: '/cameras',
|
|
|
|
|
path: '/cameras',
|
2025-11-20 19:09:43 +00:00
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
|
|
|
|
const AboutRoute = AboutRouteImport.update({
|
|
|
|
|
id: '/about',
|
|
|
|
|
path: '/about',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
|
|
|
|
const IndexRoute = IndexRouteImport.update({
|
|
|
|
|
id: '/',
|
|
|
|
|
path: '/',
|
|
|
|
|
getParentRoute: () => rootRouteImport,
|
|
|
|
|
} as any)
|
|
|
|
|
|
|
|
|
|
export interface FileRoutesByFullPath {
|
|
|
|
|
'/': typeof IndexRoute
|
|
|
|
|
'/about': typeof AboutRoute
|
2025-12-17 14:19:23 +00:00
|
|
|
'/cameras': typeof CamerasRoute
|
2025-11-20 19:09:43 +00:00
|
|
|
'/output': typeof OutputRoute
|
|
|
|
|
'/settings': typeof SettingsRoute
|
|
|
|
|
}
|
|
|
|
|
export interface FileRoutesByTo {
|
|
|
|
|
'/': typeof IndexRoute
|
|
|
|
|
'/about': typeof AboutRoute
|
2025-12-17 14:19:23 +00:00
|
|
|
'/cameras': typeof CamerasRoute
|
2025-11-20 19:09:43 +00:00
|
|
|
'/output': typeof OutputRoute
|
|
|
|
|
'/settings': typeof SettingsRoute
|
|
|
|
|
}
|
|
|
|
|
export interface FileRoutesById {
|
|
|
|
|
__root__: typeof rootRouteImport
|
|
|
|
|
'/': typeof IndexRoute
|
|
|
|
|
'/about': typeof AboutRoute
|
2025-12-17 14:19:23 +00:00
|
|
|
'/cameras': typeof CamerasRoute
|
2025-11-20 19:09:43 +00:00
|
|
|
'/output': typeof OutputRoute
|
|
|
|
|
'/settings': typeof SettingsRoute
|
|
|
|
|
}
|
|
|
|
|
export interface FileRouteTypes {
|
|
|
|
|
fileRoutesByFullPath: FileRoutesByFullPath
|
2025-12-17 14:19:23 +00:00
|
|
|
fullPaths: '/' | '/about' | '/cameras' | '/output' | '/settings'
|
2025-11-20 19:09:43 +00:00
|
|
|
fileRoutesByTo: FileRoutesByTo
|
2025-12-17 14:19:23 +00:00
|
|
|
to: '/' | '/about' | '/cameras' | '/output' | '/settings'
|
|
|
|
|
id: '__root__' | '/' | '/about' | '/cameras' | '/output' | '/settings'
|
2025-11-20 19:09:43 +00:00
|
|
|
fileRoutesById: FileRoutesById
|
|
|
|
|
}
|
|
|
|
|
export interface RootRouteChildren {
|
|
|
|
|
IndexRoute: typeof IndexRoute
|
|
|
|
|
AboutRoute: typeof AboutRoute
|
2025-12-17 14:19:23 +00:00
|
|
|
CamerasRoute: typeof CamerasRoute
|
2025-11-20 19:09:43 +00:00
|
|
|
OutputRoute: typeof OutputRoute
|
|
|
|
|
SettingsRoute: typeof SettingsRoute
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
declare module '@tanstack/react-router' {
|
|
|
|
|
interface FileRoutesByPath {
|
|
|
|
|
'/settings': {
|
|
|
|
|
id: '/settings'
|
|
|
|
|
path: '/settings'
|
|
|
|
|
fullPath: '/settings'
|
|
|
|
|
preLoaderRoute: typeof SettingsRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
|
|
|
|
}
|
|
|
|
|
'/output': {
|
|
|
|
|
id: '/output'
|
|
|
|
|
path: '/output'
|
|
|
|
|
fullPath: '/output'
|
|
|
|
|
preLoaderRoute: typeof OutputRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
|
|
|
|
}
|
2025-12-17 14:19:23 +00:00
|
|
|
'/cameras': {
|
|
|
|
|
id: '/cameras'
|
|
|
|
|
path: '/cameras'
|
|
|
|
|
fullPath: '/cameras'
|
|
|
|
|
preLoaderRoute: typeof CamerasRouteImport
|
2025-11-20 19:09:43 +00:00
|
|
|
parentRoute: typeof rootRouteImport
|
|
|
|
|
}
|
|
|
|
|
'/about': {
|
|
|
|
|
id: '/about'
|
|
|
|
|
path: '/about'
|
|
|
|
|
fullPath: '/about'
|
|
|
|
|
preLoaderRoute: typeof AboutRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
|
|
|
|
}
|
|
|
|
|
'/': {
|
|
|
|
|
id: '/'
|
|
|
|
|
path: '/'
|
|
|
|
|
fullPath: '/'
|
|
|
|
|
preLoaderRoute: typeof IndexRouteImport
|
|
|
|
|
parentRoute: typeof rootRouteImport
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const rootRouteChildren: RootRouteChildren = {
|
|
|
|
|
IndexRoute: IndexRoute,
|
|
|
|
|
AboutRoute: AboutRoute,
|
2025-12-17 14:19:23 +00:00
|
|
|
CamerasRoute: CamerasRoute,
|
2025-11-20 19:09:43 +00:00
|
|
|
OutputRoute: OutputRoute,
|
|
|
|
|
SettingsRoute: SettingsRoute,
|
|
|
|
|
}
|
|
|
|
|
export const routeTree = rootRouteImport
|
|
|
|
|
._addFileChildren(rootRouteChildren)
|
|
|
|
|
._addFileTypes<FileRouteTypes>()
|