| 72 | } as any) |
| 73 | |
| 74 | export 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 | } |
| 86 | export interface FileRoutesByTo { |
| 87 | '/': typeof IndexRoute |
| 88 | '/home': typeof HomeRouteRoute |
nothing calls this directly
no outgoing calls
no test coverage detected