VersionsExportLuFormatResponse type

Contains response data for the exportLuFormat operation.

type VersionsExportLuFormatResponse = {
  _response: msRest.HttpResponse
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}