Aracılığıyla paylaş


WebAppsGetContainerLogsZipSlotResponse type

getContainerLogsZipSlot işlemi için yanıt verilerini içerir.

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