MCPcopy
hub / github.com/volcengine/OpenViking / FileRoutesByFullPath

Interface FileRoutesByFullPath

web-studio/src/routeTree.gen.ts:74–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72} as any)
73
74export interface FileRoutesByFullPath {
75 '/': typeof IndexRoute
76 '/home': typeof HomeRouteRoute
77 '/playground': typeof PlaygroundRouteRoute
78 '/request-logs': typeof RequestLogsRouteRoute
79 '/retrieval': typeof RetrievalRouteRoute
80 '/sessions': typeof SessionsRouteRouteWithChildren
81 '/settings': typeof SettingsRouteRoute
82 '/oauth/consent': typeof OauthConsentRoute
83 '/oauth/verify': typeof OauthVerifyRoute
84 '/sessions/': typeof SessionsIndexRoute
85}
86export interface FileRoutesByTo {
87 '/': typeof IndexRoute
88 '/home': typeof HomeRouteRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected