export const actionPending = name => ({type: 'PROMISE', status: 'PENDING', name});