VersionsExportLuFormatResponse type

包含 exportLuFormat 作業的回應資料。

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