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

7 lines
141 B
JavaScript

var keyMirror = require('keymirror');
module.exports = keyMirror({
SEARCH_SECURITY_TEMPLATES: null,
SECURITY_TEMPLATES_SEARCHED: null
});