VersionsExportLuFormatResponse type
Contiene i dati di risposta per l'operazione exportLuFormat.
type VersionsExportLuFormatResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}