import { Action } from './reducer'; import { AppContextState } from './AppContextState.interface'; export interface AppContextProps { state: AppContextState; dispatch: React.Dispatch; }