From 7c772e7a91fab1eda50cdd8456b5249e72971abd Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sat, 23 Jan 2021 18:15:19 +0100 Subject: [PATCH] Update types/router.d.ts --- types/router.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {}