groupStats.js 382 B

1234567891011121314151617181920
  1. export function GroupStats(params = {}) {
  2. return {
  3. count: '327482',
  4. firstSeen: '2019-04-05T19:44:05.963Z',
  5. id: '1',
  6. lastSeen: '2019-04-11T01:08:59Z',
  7. stats: {
  8. '24h': [
  9. [1517281200, 2],
  10. [1517310000, 1],
  11. ],
  12. '30d': [
  13. [1514764800, 1],
  14. [1515024000, 122],
  15. ],
  16. },
  17. userCount: 35097,
  18. ...params,
  19. };
  20. }