VersionsExportLuFormatResponse type
Содержит данные ответа для операции exportLuFormat.
type VersionsExportLuFormatResponse = {
_response: msRest.HttpResponse
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}