WebAppsGetContainerLogsZipResponse type

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

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