Поделиться через


AppsDownloadQueryLogsResponse type

Содержит данные ответа для операции downloadQueryLogs.

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