MCPcopy
hub / github.com/ourongxing/newsnow / FileRoutesByTo

Interface FileRoutesByTo

src/routeTree.gen.ts:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 '/c/$column': typeof CColumnRoute
29}
30export interface FileRoutesByTo {
31 '/': typeof IndexRoute
32 '/c/$column': typeof CColumnRoute
33}
34export interface FileRoutesById {
35 __root__: typeof rootRouteImport
36 '/': typeof IndexRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected