GitHub

MagentoSortEnum

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