/ src / routeTree.gen.ts
routeTree.gen.ts
  1  /* eslint-disable */
  2  
  3  // @ts-nocheck
  4  
  5  // noinspection JSUnusedGlobalSymbols
  6  
  7  // This file was automatically generated by TanStack Router.
  8  // You should NOT make any changes in this file as it will be overwritten.
  9  // Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
 10  
 11  import { Route as rootRouteImport } from './routes/__root'
 12  import { Route as SuspensionRouteImport } from './routes/suspension'
 13  import { Route as SetupsRouteImport } from './routes/setups'
 14  import { Route as GearboxRouteImport } from './routes/gearbox'
 15  import { Route as DatabaseRouteImport } from './routes/database'
 16  import { Route as ChatRouteImport } from './routes/chat'
 17  import { Route as AlignmentRouteImport } from './routes/alignment'
 18  import { Route as AeroRouteImport } from './routes/aero'
 19  import { Route as AboutRouteImport } from './routes/about'
 20  import { Route as IndexRouteImport } from './routes/index'
 21  
 22  const SuspensionRoute = SuspensionRouteImport.update({
 23    id: '/suspension',
 24    path: '/suspension',
 25    getParentRoute: () => rootRouteImport,
 26  } as any)
 27  const SetupsRoute = SetupsRouteImport.update({
 28    id: '/setups',
 29    path: '/setups',
 30    getParentRoute: () => rootRouteImport,
 31  } as any)
 32  const GearboxRoute = GearboxRouteImport.update({
 33    id: '/gearbox',
 34    path: '/gearbox',
 35    getParentRoute: () => rootRouteImport,
 36  } as any)
 37  const DatabaseRoute = DatabaseRouteImport.update({
 38    id: '/database',
 39    path: '/database',
 40    getParentRoute: () => rootRouteImport,
 41  } as any)
 42  const ChatRoute = ChatRouteImport.update({
 43    id: '/chat',
 44    path: '/chat',
 45    getParentRoute: () => rootRouteImport,
 46  } as any)
 47  const AlignmentRoute = AlignmentRouteImport.update({
 48    id: '/alignment',
 49    path: '/alignment',
 50    getParentRoute: () => rootRouteImport,
 51  } as any)
 52  const AeroRoute = AeroRouteImport.update({
 53    id: '/aero',
 54    path: '/aero',
 55    getParentRoute: () => rootRouteImport,
 56  } as any)
 57  const AboutRoute = AboutRouteImport.update({
 58    id: '/about',
 59    path: '/about',
 60    getParentRoute: () => rootRouteImport,
 61  } as any)
 62  const IndexRoute = IndexRouteImport.update({
 63    id: '/',
 64    path: '/',
 65    getParentRoute: () => rootRouteImport,
 66  } as any)
 67  
 68  export interface FileRoutesByFullPath {
 69    '/': typeof IndexRoute
 70    '/about': typeof AboutRoute
 71    '/aero': typeof AeroRoute
 72    '/alignment': typeof AlignmentRoute
 73    '/chat': typeof ChatRoute
 74    '/database': typeof DatabaseRoute
 75    '/gearbox': typeof GearboxRoute
 76    '/setups': typeof SetupsRoute
 77    '/suspension': typeof SuspensionRoute
 78  }
 79  export interface FileRoutesByTo {
 80    '/': typeof IndexRoute
 81    '/about': typeof AboutRoute
 82    '/aero': typeof AeroRoute
 83    '/alignment': typeof AlignmentRoute
 84    '/chat': typeof ChatRoute
 85    '/database': typeof DatabaseRoute
 86    '/gearbox': typeof GearboxRoute
 87    '/setups': typeof SetupsRoute
 88    '/suspension': typeof SuspensionRoute
 89  }
 90  export interface FileRoutesById {
 91    __root__: typeof rootRouteImport
 92    '/': typeof IndexRoute
 93    '/about': typeof AboutRoute
 94    '/aero': typeof AeroRoute
 95    '/alignment': typeof AlignmentRoute
 96    '/chat': typeof ChatRoute
 97    '/database': typeof DatabaseRoute
 98    '/gearbox': typeof GearboxRoute
 99    '/setups': typeof SetupsRoute
100    '/suspension': typeof SuspensionRoute
101  }
102  export interface FileRouteTypes {
103    fileRoutesByFullPath: FileRoutesByFullPath
104    fullPaths:
105      | '/'
106      | '/about'
107      | '/aero'
108      | '/alignment'
109      | '/chat'
110      | '/database'
111      | '/gearbox'
112      | '/setups'
113      | '/suspension'
114    fileRoutesByTo: FileRoutesByTo
115    to:
116      | '/'
117      | '/about'
118      | '/aero'
119      | '/alignment'
120      | '/chat'
121      | '/database'
122      | '/gearbox'
123      | '/setups'
124      | '/suspension'
125    id:
126      | '__root__'
127      | '/'
128      | '/about'
129      | '/aero'
130      | '/alignment'
131      | '/chat'
132      | '/database'
133      | '/gearbox'
134      | '/setups'
135      | '/suspension'
136    fileRoutesById: FileRoutesById
137  }
138  export interface RootRouteChildren {
139    IndexRoute: typeof IndexRoute
140    AboutRoute: typeof AboutRoute
141    AeroRoute: typeof AeroRoute
142    AlignmentRoute: typeof AlignmentRoute
143    ChatRoute: typeof ChatRoute
144    DatabaseRoute: typeof DatabaseRoute
145    GearboxRoute: typeof GearboxRoute
146    SetupsRoute: typeof SetupsRoute
147    SuspensionRoute: typeof SuspensionRoute
148  }
149  
150  declare module '@tanstack/solid-router' {
151    interface FileRoutesByPath {
152      '/suspension': {
153        id: '/suspension'
154        path: '/suspension'
155        fullPath: '/suspension'
156        preLoaderRoute: typeof SuspensionRouteImport
157        parentRoute: typeof rootRouteImport
158      }
159      '/setups': {
160        id: '/setups'
161        path: '/setups'
162        fullPath: '/setups'
163        preLoaderRoute: typeof SetupsRouteImport
164        parentRoute: typeof rootRouteImport
165      }
166      '/gearbox': {
167        id: '/gearbox'
168        path: '/gearbox'
169        fullPath: '/gearbox'
170        preLoaderRoute: typeof GearboxRouteImport
171        parentRoute: typeof rootRouteImport
172      }
173      '/database': {
174        id: '/database'
175        path: '/database'
176        fullPath: '/database'
177        preLoaderRoute: typeof DatabaseRouteImport
178        parentRoute: typeof rootRouteImport
179      }
180      '/chat': {
181        id: '/chat'
182        path: '/chat'
183        fullPath: '/chat'
184        preLoaderRoute: typeof ChatRouteImport
185        parentRoute: typeof rootRouteImport
186      }
187      '/alignment': {
188        id: '/alignment'
189        path: '/alignment'
190        fullPath: '/alignment'
191        preLoaderRoute: typeof AlignmentRouteImport
192        parentRoute: typeof rootRouteImport
193      }
194      '/aero': {
195        id: '/aero'
196        path: '/aero'
197        fullPath: '/aero'
198        preLoaderRoute: typeof AeroRouteImport
199        parentRoute: typeof rootRouteImport
200      }
201      '/about': {
202        id: '/about'
203        path: '/about'
204        fullPath: '/about'
205        preLoaderRoute: typeof AboutRouteImport
206        parentRoute: typeof rootRouteImport
207      }
208      '/': {
209        id: '/'
210        path: '/'
211        fullPath: '/'
212        preLoaderRoute: typeof IndexRouteImport
213        parentRoute: typeof rootRouteImport
214      }
215    }
216  }
217  
218  const rootRouteChildren: RootRouteChildren = {
219    IndexRoute: IndexRoute,
220    AboutRoute: AboutRoute,
221    AeroRoute: AeroRoute,
222    AlignmentRoute: AlignmentRoute,
223    ChatRoute: ChatRoute,
224    DatabaseRoute: DatabaseRoute,
225    GearboxRoute: GearboxRoute,
226    SetupsRoute: SetupsRoute,
227    SuspensionRoute: SuspensionRoute,
228  }
229  export const routeTree = rootRouteImport
230    ._addFileChildren(rootRouteChildren)
231    ._addFileTypes<FileRouteTypes>()