types.js 193 Bytes
export const FETCH_FULLTEXT_FAILURE = 'FETCH_FULLTEXT_FAILURE';
export const FETCH_FULLTEXT_REQUEST = 'FETCH_FULLTEXT_REQUEST';
export const FETCH_FULLTEXT_SUCCESS = 'FETCH_FULLTEXT_SUCCESS';