/** * * * * */ const ActionInterface = { run: function() { } } export default ActionInterface