Share via


VersionsExportLuFormatResponse type

Bevat antwoordgegevens voor de exportLuFormat-bewerking.

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