import { Action, } from 'redux'; import { IValued, } from '../interfaces/IValued'; export interface IAction extends Action, Partial { readonly type: string; }