diff --git a/src/reduxTypes.js b/src/reduxTypes.js index 92d8a79dd61..eae20f7953d 100644 --- a/src/reduxTypes.js +++ b/src/reduxTypes.js @@ -27,7 +27,6 @@ import type { UserPresence, UserStatusMapObject, } from './api/apiTypes'; -import type { Narrow } from './utils/narrow'; import type { SessionState } from './session/sessionReducer'; import type { PmConversationsState } from './pm-conversations/pmConversationsModel'; import type { UnreadState } from './unread/unreadModelTypes'; @@ -187,15 +186,6 @@ export type MuteState = MuteTuple[]; */ export type NarrowsState = Immutable.Map; -export type NavigationRouteState = { - key: string, - routeName: string, - /** The fields in `params` vary by route; see `navActions.js`. */ - params?: { - narrow?: Narrow, - }, -}; - export type OutboxState = Outbox[]; /**