From 63e99a5d54dfeabdeae973167803859a216c6b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D0=B4=D0=B8=D0=BC=20=D0=90=D1=80=D1=87=D1=83?= =?UTF-8?q?=D0=B3=D0=BE=D0=B2?= Date: Tue, 1 Jun 2021 18:17:18 +0300 Subject: [PATCH] fix query type --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index f2e7bcc5..7860992c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -27,7 +27,7 @@ declare module 'connected-react-router' { export type RouterActionType = Action; export interface RouterLocation extends Location { - query: Record + query: Partial> } export interface RouterState {