import { MagentoSortEnum } from '@daffodil/driver/magento'
enum MagentoSortEnum { ASC = MagentoSortEnum.ASC, DESC = MagentoSortEnum.DESC, }