| 66 | } as any) |
| 67 | |
| 68 | export interface FileRoutesByFullPath { |
| 69 | '/': typeof IndexRoute |
| 70 | '/api-keys': typeof ApiKeysRoute |
| 71 | '/backend-logs': typeof BackendLogsRoute |
| 72 | '/backends': typeof BackendsRoute |
| 73 | '/environments': typeof EnvironmentsRoute |
| 74 | '/installation-progress': typeof InstallationProgressRoute |
| 75 | '/jupyter-logs': typeof JupyterLogsRoute |
| 76 | '/setup': typeof SetupRoute |
| 77 | '/uninstall': typeof UninstallRoute |
| 78 | } |
| 79 | export interface FileRoutesByTo { |
| 80 | '/': typeof IndexRoute |
| 81 | '/api-keys': typeof ApiKeysRoute |
nothing calls this directly
no outgoing calls
no test coverage detected