import {IAction} from './IAction' export interface IRejectedAction extends IAction { status: 'rejected' }