Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save emanueleDiVizio/e63892af1081d845e06e11e04c606779 to your computer and use it in GitHub Desktop.
Save emanueleDiVizio/e63892af1081d845e06e11e04c606779 to your computer and use it in GitHub Desktop.
const action = {
type: 'FETCH_USER_SELECTED_PRODUCT_REQUEST',
payload: {
id: 2
},
meta: {
retry: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment