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 f4698cc commit 1a89999Copy full SHA for 1a89999
types/router.d.ts
@@ -208,5 +208,4 @@ export interface Route {
208
meta?: RouteMeta
209
}
210
211
-export interface RouteMeta {
212
-}
+export interface RouteMeta extends Record<string | number | symbol, any> {}
0 commit comments