1
0
Fork 0
lunch/js/constants/SuggestionConstants.js

13 lines
302 B
JavaScript

var keyMirror = require('keymirror');
module.exports = keyMirror({
FETCH_SUGGESTIONS: null,
SUGGESTIONS_FETCHED: null,
CREATE_SUGGESTION: null,
SUGGESTION_CREATED: null,
REMOVE_SUGGESTION: null,
SUGGESTION_REMOVED: null,
FETCH_POPULAR_SUGGESTIONS: null,
POPULAR_SUGGESTIONS_FETCHED: null,
});