DaffRelatedProduct
An extension of a DaffProduct
that includes a list of related products.
import { DaffRelatedProduct } from '@daffodil/related-products'
interface DaffRelatedProduct {
related: DaffProduct[]
}
Properties
Name | Type | Description |
---|---|---|
related | DaffProduct[] | A list of related products. |