mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-30 23:50:04 -04:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
var keyMirror = require('keymirror');
|
|
|
|
module.exports = keyMirror({
|
|
FETCH_REPORT: null,
|
|
REPORT_FETCHED: null
|
|
});
|