VersionsExportLuFormatResponse type
Contiene datos de respuesta para la operación exportLuFormat.
type VersionsExportLuFormatResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}