I've seen people doing it as an object inside the reducers ..
Since several reducers might be having effect on different parts of your state, my suggestion is to always have it in a initialState.js file in a folder like /reducers, and let them import it and pick the appropriated object property within ..