GitHub

MagentoAggregationOption

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

interface MagentoAggregationOption {
  value: string
  count: number
  label: string
}