GitHub

DaffProductImage

Interface for an image on a DaffProduct.

import { DaffProductImage } from '@daffodil/product'
interface DaffProductImage {
  label: string
}

Properties

Name Type Description
label string

A label describing the image.