DataCropFeatureResponse type

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