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 Jan 23, 2021
1 parent 03ef1d1 commit 7c772e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/router.d.ts
Expand Up @@ -180,5 +180,4 @@ export interface Route {
meta?: RouteMeta
}

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

0 comments on commit 7c772e7

Please sign in to comment.