Skip to content

Commit 1a89999

Browse files
committed
Update types/router.d.ts
1 parent f4698cc commit 1a89999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

types/router.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,4 @@ export interface Route {
208208
meta?: RouteMeta
209209
}
210210

211-
export interface RouteMeta {
212-
}
211+
export interface RouteMeta extends Record<string | number | symbol, any> {}

0 commit comments

Comments
 (0)