MappedImage
Commerce image object.
interface MappedImage {
alt: string;
metadata?: Record<string, any>;
url: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
alt | Required | string | Image alt. |
metadata | Optional | Record<string, any> | Image metadata. |
url | Required | string | Image url. |