Created
June 16, 2020 09:57
-
-
Save velotiotech/22b9c03ef109e1fae76af7c7df15a094 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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