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


WebAppsGetContainerLogsZipSlotResponse type

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

type WebAppsGetContainerLogsZipSlotResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}