import { DaffConfigurableProductActionTypes } from '@daffodil/product-configurable/state'
Action types for Configurable Product Actions.
enum DaffConfigurableProductActionTypes {
ConfigurableProductApplyAttributeAction = DaffConfigurableProductActionTypes.ConfigurableProductApplyAttributeAction,
ConfigurableProductRemoveAttributeAction = DaffConfigurableProductActionTypes.ConfigurableProductRemoveAttributeAction,
ConfigurableProductToggleAttributeAction = DaffConfigurableProductActionTypes.ConfigurableProductToggleAttributeAction,
}