ImageType type

Defines values for ImageType. Possible values include: 'AnimatedGif', 'Clipart', 'Line', 'Photo', 'Shopping', 'Transparent'

type ImageType =
  | "AnimatedGif"
  | "Clipart"
  | "Line"
  | "Photo"
  | "Shopping"
  | "Transparent"