import {Action} from './Action' export interface RejectedAction extends Action { status: 'rejected' }