UNPKG

cra-structure-cli

Version:

A CLI with bootstrap create-react-app. Initiate react project. V2.0 supported typescript.

5 lines (4 loc) 210 B
// get list user events export const GET_LIST_USER_START = 'GET_LIST_USER_START'; export const GET_LIST_USER_SUCCESS = 'GET_LIST_USER_SUCCESS'; export const GET_LIST_USER_FAILURE = 'GET_LIST_USER_FAILURE';