GitHub

DaffProductImage

import { DaffProductImage } from '@daffodil/product'

Interface for an image on a DaffProduct.

interface DaffProductImage {
  label: string
}

Properties

label
string

A label describing the image.