score:1

good news is that you can set anything in payload (including an object). so this would be handy:

return {
    type: fetch_user,//change constant here with appropriate action type
    payload: {infos:infos,streams:streams}
};

Related Query

More Query from same tag