import { MagentoPriceTypeEnum } from '@daffodil/product-composite/driver/magento'
enum MagentoPriceTypeEnum { fixed = MagentoPriceTypeEnum.fixed, percent = MagentoPriceTypeEnum.percent, dynamic = MagentoPriceTypeEnum.dynamic, }