import { DaffProductImage } from '@daffodil/product'
Interface for an image on a DaffProduct.
interface DaffProductImage { label: string }
string
A label describing the image.