Bagikan melalui


VersionsExportLuFormatResponse type

Berisi data respons untuk operasi exportLuFormat.

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