Skip to content

Commit

Permalink
Update types/router.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 21, 2021
1 parent f4698cc commit 1a89999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/router.d.ts
Expand Up @@ -208,5 +208,4 @@ export interface Route {
meta?: RouteMeta
}

export interface RouteMeta {
}
export interface RouteMeta extends Record<string | number | symbol, any> {}

0 comments on commit 1a89999

Please sign in to comment.