GitHub

DaffRelatedProduct

import { DaffRelatedProduct } from '@daffodil/related-products'

An extension of a DaffProduct that includes a list of related products.

interface DaffRelatedProduct {
  related: DaffProduct[]
}

Properties

related
DaffProduct[]

A list of related products.