1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 04:10:05 -04:00
moneygo/js/constants/SecurityTemplateConstants.js

9 lines
193 B
JavaScript
Raw Normal View History

var keyMirror = require('keymirror');
module.exports = keyMirror({
2017-06-21 21:25:38 -04:00
FETCH_CURRENCIES: null,
CURRENCIES_FETCHED: null,
SEARCH_SECURITY_TEMPLATES: null,
SECURITY_TEMPLATES_SEARCHED: null
});