import { IAction, } from '../actions/IAction'; import { Dispatch, } from 'redux'; export interface IDispatchAware { readonly dispatch: Dispatch; }