ServiceSubmitBatchResponseInternal type
Contains response data for the submitBatch operation (internal). This is a redefined version that uses NodeJSReadableStream instead of NodeJS.ReadableStream.
type ServiceSubmitBatchResponseInternal = ServiceSubmitBatchHeaders & {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJSReadableStream
}