We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ef1d1 commit 7c772e7Copy full SHA for 7c772e7
types/router.d.ts
@@ -180,5 +180,4 @@ export interface Route {
180
meta?: RouteMeta
181
}
182
183
-export interface RouteMeta {
184
-}
+export interface RouteMeta extends Record<string | number | symbol, any> {}
0 commit comments