
const action = {
    setLanguage_type: (language_type) => {
        return { type: 'Index', func: 'setLanguage_type', language_type: language_type };
    },

};
export default action;