Home > @infiniteobjects/shopify-data-manager > AdminTypes > Media
Represents a media interface.
Signature:
export interface Media
| Property | Modifiers | Type | Description |
|---|---|---|---|
| alt? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A word or phrase to share the nature or contents of a media. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| mediaContentType | MediaContentType | `${MediaContentType}` | The media content type. | |
| mediaErrors | Array<MediaError> | Any errors which have occurred on the media. | |
| mediaWarnings | Array<MediaWarning> | The warnings attached to the media. | |
| preview? | Maybe<MediaPreviewImage> | (Optional) The preview image for the media. | |
| status | MediaStatus | `${MediaStatus}` | Current status of the media. |