// @flow export const setUserReduction = (payload: Object) => () => payload export const deleteUserReduction = () => () => null