userTypesSaga.js 187 B

123456789
  1. export const actionFullProfilePageUserTypeSaga = (_id) => ({
  2. type: 'USER_PAGE',
  3. _id,
  4. })
  5. export const actionPostsPortionTypeSaga = (_id) => ({
  6. type: 'USER_POSTS_PORTION',
  7. _id,
  8. })