Skip to content

Instantly share code, notes, and snippets.

@sergueyarellano
Created December 18, 2020 20:19
Show Gist options
  • Save sergueyarellano/3acb9718bd860cf6bdd5e6c7005fe47e to your computer and use it in GitHub Desktop.
Save sergueyarellano/3acb9718bd860cf6bdd5e6c7005fe47e to your computer and use it in GitHub Desktop.
// Reminders table response
const reminders = {
Items: [
{
"activities": {
"activity1": {
"enabled": true,
"dateCompleted": 1608222145658
},
"activity2": {
"enabled": false
},
"activity3": {
"enabled": true
}
},
"day": "saturday",
"token": "xxx",
"userID": "111"
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment