userTypesSaga.js 187 B

123456
  1. export const actionFullProfilePageUserTypeSaga = (_id) =>
  2. ({ type: "USER_PAGE", _id })
  3. export const actionPostsPortionTypeSaga = (_id) =>
  4. ({ type: 'USER_POSTS_PORTION', _id})