MCPcopy
hub / github.com/redpanda-data/console / Register

Interface Register

frontend/src/app.tsx:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87declare module '@tanstack/react-router' {
88 // biome-ignore lint/style/useConsistentTypeDefinitions: Required for TanStack Router module augmentation
89 interface Register {
90 router: typeof router;
91 }
92
93 // biome-ignore lint/style/useConsistentTypeDefinitions: Required for TanStack Router module augmentation
94 interface HistoryState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…