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