UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

14 lines (11 loc) 303 B
var FluxConstant = require('flux-constant'); var PayloadSources = require('./PayloadSources'); module.exports = { PayloadSources: PayloadSources, ActionTypes: FluxConstant.set([ 'SAVE_RETURN_URL', 'SAVE_RETURN_URL_RESPONSE', 'CLEAR_RETURN_URL', 'CLEAR_RETURN_URL_RESPONSE' ]) };