VersionsExportLuFormatResponse type

Obsahuje data odpovědi pro operaci exportLuFormat.

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