AppsDownloadQueryLogsResponse type

Contains response data for the downloadQueryLogs operation.

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