lunch/js/constants/SuggestionConstants.js

11 lines
249 B
JavaScript
Raw Normal View History

2016-12-24 10:00:21 -05:00
var keyMirror = require('keymirror');
module.exports = keyMirror({
FETCH_SUGGESTIONS: null,
SUGGESTIONS_FETCHED: null,
CREATE_SUGGESTION: null,
SUGGESTION_CREATED: null,
FETCH_POPULAR_SUGGESTIONS: null,
POPULAR_SUGGESTIONS_FETCHED: null,
2016-12-24 10:00:21 -05:00
});