1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 12:20:04 -04:00
moneygo/js/constants/AccountConstants.js

14 lines
285 B
JavaScript
Raw Normal View History

2016-10-03 19:49:15 -04:00
var keyMirror = require('keymirror');
module.exports = keyMirror({
FETCH_ACCOUNTS: null,
ACCOUNTS_FETCHED: null,
CREATE_ACCOUNT: null,
ACCOUNT_CREATED: null,
UPDATE_ACCOUNT: null,
ACCOUNT_UPDATED: null,
REMOVE_ACCOUNT: null,
ACCOUNT_REMOVED: null,
ACCOUNT_SELECTED: null
});