@omegabigdata/honoplay-redux-helper
Version:
honoplay-redux-helper
17 lines (13 loc) • 870 B
JavaScript
export const CREATING_CONTENT_FILE = 'creating_content_file';
export const CREATE_CONTENT_FILE_SUCCESS = 'create_content_file_success';
export const CREATE_CONTENT_FILE_FAILED = 'create_content_file_failed';
export const UPDATING_CONTENT_FILE = 'updating_content_file';
export const UPDATE_CONTENT_FILE_SUCCESS = 'update_content_file_success';
export const UPDATE_CONTENT_FILE_FAILED = 'update_content_file_failed';
export const FETCHING_CONTENT_FILE_LIST = 'fetching_content_file';
export const FETCH_CONTENT_FILE_LIST_SUCCESS =
'fetch_content_file_list_success';
export const FETCH_CONTENT_FILE_LIST_FAILED = 'fetch_content_file_list_failed';
export const FETCHING_CONTENT_FILE = 'fetching_content_file';
export const FETCH_CONTENT_FILE_SUCCESS = 'fetch_content_file_success';
export const FETCH_CONTENT_FILE_FAILED = 'fetch_content_file_failed';