Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     cases: {
  3.         byId: {
  4.             [id]: {}
  5.         }
  6.         new: [],
  7.         waiting: [],
  8.         todo: [],
  9.     },
  10.     notifications: {
  11.         byId: {
  12.             [id]: Notification
  13.         }
  14.         list: [],
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement