Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 16, 2020 09: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 velotiotech/22b9c03ef109e1fae76af7c7df15a094 to your computer and use it in GitHub Desktop.
Save velotiotech/22b9c03ef109e1fae76af7c7df15a094 to your computer and use it in GitHub Desktop.
export const GET_POSTS_BY_ID_REQUEST = "getpostsbyidrequest";
export const GET_POSTS_BY_ID_SUCCESS = "getpostsbyidsuccess";
export const GET_POSTS_BY_ID_FAIL = "getpostsbyidfail";
export const GET_POSTS_BULK_REQUEST = "getpostsbulkrequest";
export const GET_POSTS_BULK_SUCCESS = "getpostsbulksuccess";
export const GET_POSTS_BULK_FAIL = "getpostsbulkfail";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment