/** * Internal dependencies */ import BASE_TYPES from '../base/action-types'; const TYPES = { ...BASE_TYPES, UPDATE_PRESETS: 'UPDATE_PRESETS', CREATED_WORKFLOW: 'CREATED_WORKFLOW', }; export default TYPES;