export const SET_INITIAL_DATA = 'SET_INITIAL_DATA'; export const REQUEST_DATA = 'REQUEST_DATA'; export const REQUEST_DATA_SUCCESS = 'REQUEST_DATA_SUCCESS'; export const REQUEST_DATA_ERROR = 'REQUEST_DATA_ERROR'; export const SET_CURRENT_DEFINITION = 'SET_CURRENT_DEFINITION';