import { MagentoAggregation } from '@daffodil/product/driver/magento'
Filterable options for products.
interface MagentoAggregation {
__typename: string
attribute_code: string
type: MagentoProductFilterType
count: number
label: string
options: MagentoAggregationOption[]
}