diff --git a/types/router.d.ts b/types/router.d.ts index e519d8b8f..6fc123107 100644 --- a/types/router.d.ts +++ b/types/router.d.ts @@ -180,5 +180,4 @@ export interface Route { meta?: RouteMeta } -export interface RouteMeta { -} +export interface RouteMeta extends Record {}