Skip to content

Instantly share code, notes, and snippets.

@tanner-west
Created February 14, 2022 14:42
Show Gist options
  • Save tanner-west/3caa545376f40b1f93dfe32582fab2d7 to your computer and use it in GitHub Desktop.
Save tanner-west/3caa545376f40b1f93dfe32582fab2d7 to your computer and use it in GitHub Desktop.
{
"@@redux-saga/IO": true,
"combinator": false,
"type": "PUT",
"payload": {
"action": {
"type": "GET_USERS_SUCCEEDED",
"payload": [
{
"name": "Bob",
"age": 24
},
{
"name": "Alice",
"age": 50
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment