MCPcopy
hub / github.com/OpenBB-finance/OpenBB / FileRoutesByTo

Interface FileRoutesByTo

desktop/src/routeTree.gen.ts:79–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 '/uninstall': typeof UninstallRoute
78}
79export 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}
90export interface FileRoutesById {
91 __root__: typeof rootRouteImport
92 '/': typeof IndexRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected