kibana-with-account
Version:
kibana-with-account is develop based kibana project
18 lines (15 loc) • 349 B
JavaScript
var FluxConstant = require('flux-constant');
var PayloadSources = require('../../constants/PayloadSources');
module.exports = {
PayloadSources: PayloadSources,
ActionTypes: FluxConstant.set([
'FORGOT',
'FORGOT_RESPONSE',
'LOGIN',
'LOGIN_RESPONSE',
'LOGOUT',
'LOGOUT_RESPONSE',
'RESET',
'RESET_RESPONSE'
])
};