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