DataCropFeatureWidthByHeightResponse type

type DataCropFeatureWidthByHeightResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeReadableStream
}