import { MediaPresentationFormat } from '@daffodil/driver/shopify'
The possible formats for a media presentation.
enum MediaPresentationFormat {
  Image = MediaPresentationFormat.Image,
  ModelViewer = MediaPresentationFormat.ModelViewer,
}
| Image MediaPresentationFormat.Image | 
|---|
| A media image presentation. | 
| ModelViewer MediaPresentationFormat.ModelViewer | 
|---|
| A model viewer presentation. |