Skip to content

Commit

Permalink
TypeScript: Remove a duplicate LocationChangeAction interface (@lazar…
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarfany committed Apr 30, 2019
1 parent adac2b6 commit 913901a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.d.ts
Expand Up @@ -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
Expand Down

0 comments on commit 913901a

Please sign in to comment.