GitHub

ImageTransformedSrcArgs

import { ImageTransformedSrcArgs } from '@daffodil/driver/shopify'

Represents an image resource.

type ImageTransformedSrcArgs = {
    crop?: InputMaybe<CropRegion>;
    maxHeight?: InputMaybe<Scalars['Int']['input']>;
    maxWidth?: InputMaybe<Scalars['Int']['input']>;
    preferredContentType?: InputMaybe<ImageContentType>;
    scale?: InputMaybe<Scalars['Int']['input']>;
}