GitHub

MagentoSortOption

import { MagentoSortOption } from '@daffodil/product/driver/magento'
interface MagentoSortOption {
  label: string
  value: string
}

Properties

Name Type Description
label string
value string