Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.17 KB | None | 0 0
  1. {
  2.     casesById: {
  3.         [id]: {}
  4.     }
  5.     newCases: [],
  6.     waitingCases: [],
  7.     todoCases: [],
  8.     notificationsById: {
  9.         [id]: Notification
  10.     }
  11.     notifications: [],
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement