const actions = { setGenerateAudioEdited( value ) { return { type: 'SET_GENERATE_AUDIO_EDITED', value, }; }, }; export default actions;