import { ShopifyModel3dSource } from '@daffodil/driver/shopify'
Represents a source for a Shopify hosted 3d model.
interface ShopifyModel3dSource {
__typename: "Model3dSource"
filesize: number
format: string
mimeType: string
url: string
}
__typename "Model3dSource" |
|---|
filesize number |
|---|
The filesize of the 3d model. |
format string |
|---|
The format of the 3d model. |
mimeType string |
|---|
The MIME type of the 3d model. |
url string |
|---|
The URL of the 3d model. |