Skip to content

Commit

Permalink
Merge pull request #180 from lazarljubenovic/patch-1
Browse files Browse the repository at this point in the history
Remove a duplicate LocationChangeAction interface
  • Loading branch information
supasate committed Nov 11, 2018
2 parents 4a7a879 + b6c635d commit 0582109
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 0582109

Please sign in to comment.