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

9 lines
178 B
JavaScript

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