3 * STANDARD_RIFT_IO_COPYRIGHT
5 import Alt from '../alt';
6 var createConfigAgentAccountActions = Alt.generateActions(
7 'createConfigAccountSuccess',
8 'createConfigAccountLoading',
9 'createConfigAccountFailed',
15 'getConfigAgentAccountSuccess',
16 'getConfigAgentAccountsSuccess',
17 'getConfigAgentAccountsFail',
18 'getConfigAgentAccountFail',
23 module.exports = createConfigAgentAccountActions;