From b6c635d967669a429078f03bd863806d989b8c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lazar=20Ljubenovi=C4=87?= Date: Fri, 9 Nov 2018 22:57:48 +0100 Subject: [PATCH] Remove a duplicate LocationChangeAction interface --- index.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.d.ts b/index.d.ts index 1dc29644..1211a838 100644 --- a/index.d.ts +++ b/index.d.ts @@ -14,11 +14,6 @@ declare module 'connected-react-router' { } export type RouterActionType = 'POP' | 'PUSH' | 'REPLACE'; - - export interface LocationChangeAction { - type: typeof LOCATION_CHANGE; - payload: RouterState; - } export interface RouterState { location: Location