Home > @infiniteobjects/shopify-data-manager > AdminTypes > MediaPreviewImage
Represents the preview image for a media.
Signature:
export interface MediaPreviewImage
| Property | Modifiers | Type | Description |
|---|---|---|---|
| image? | Maybe<Image> | (Optional) The preview image for the media. Returns null until status is READY. |
|
| status | MediaPreviewImageStatus | `${MediaPreviewImageStatus}` | Current status of the preview image. |