diff --git a/types/router.d.ts b/types/router.d.ts index 8c40415d6..f8588f42f 100644 --- a/types/router.d.ts +++ b/types/router.d.ts @@ -208,5 +208,4 @@ export interface Route { meta?: RouteMeta } -export interface RouteMeta { -} +export interface RouteMeta extends Record {}