1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 12:08:37 -04:00
Files
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
});