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

Interface FileRoutesByFullPath

desktop/src/routeTree.gen.ts:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66} as any)
67
68export 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}
79export interface FileRoutesByTo {
80 '/': typeof IndexRoute
81 '/api-keys': typeof ApiKeysRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected