export const actionRejected = (name, error) => ({ type: "PROMISE", status: "REJECTED", name, error, });