Skip to content

Instantly share code, notes, and snippets.

@koptionalsoftware
Last active November 8, 2019 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koptionalsoftware/50a9815d9ef88c0a5536d1f0e5177d85 to your computer and use it in GitHub Desktop.
Save koptionalsoftware/50a9815d9ef88c0a5536d1f0e5177d85 to your computer and use it in GitHub Desktop.
// mutations.types.js
export const FETCH_DATA_START = "FETCH DATA START";
export const FETCH_DATA_SUCCESS = "FETCH DATA SUCCESS";
export const FETCH_DATA_FAILURE = "FETCH DATA FAILURE";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment