GitHub

MagentoSortOption

import { MagentoSortOption } from '@daffodil/product/driver/magento'

interface MagentoSortOption {
  label: string
  value: string
}