Home > @infiniteobjects/shopify-data-manager > AdminTypes > FileContentType
The possible content types for a file object.
Signature:
export declare enum FileContentType
Member | Value | Description |
---|---|---|
File | "FILE" |
A Shopify-hosted generic file. |
Image | "IMAGE" |
A Shopify-hosted image. |
Video | "VIDEO" |
A Shopify-hosted video file. It’s recommended to use this type for all video files. |