| 77 | '/uninstall': typeof UninstallRoute |
| 78 | } |
| 79 | export interface FileRoutesByTo { |
| 80 | '/': typeof IndexRoute |
| 81 | '/api-keys': typeof ApiKeysRoute |
| 82 | '/backend-logs': typeof BackendLogsRoute |
| 83 | '/backends': typeof BackendsRoute |
| 84 | '/environments': typeof EnvironmentsRoute |
| 85 | '/installation-progress': typeof InstallationProgressRoute |
| 86 | '/jupyter-logs': typeof JupyterLogsRoute |
| 87 | '/setup': typeof SetupRoute |
| 88 | '/uninstall': typeof UninstallRoute |
| 89 | } |
| 90 | export interface FileRoutesById { |
| 91 | __root__: typeof rootRouteImport |
| 92 | '/': typeof IndexRoute |
nothing calls this directly
no outgoing calls
no test coverage detected