DataCropFeatureByFormatResponse type

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