ServiceSubmitBatchResponseInternal type
Contiene datos de respuesta para la operación submitBatch.
type ServiceSubmitBatchResponseInternal = ServiceSubmitBatchHeaders & {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}