Advertisement
Guest User

Untitled

a guest
May 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. ...state
  3. recipes: {
  4. items: {
  5. 43: {
  6. id: 43,
  7. name: 'some-recipe',
  8. },
  9. ...
  10. },
  11. pagination: {
  12. page: 1,
  13. items: [43],
  14. next: null,
  15. previous: null,
  16. }
  17. },
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement