共用方式為


WebAppsGetContainerLogsZipSlotResponse type

包含 getContainerLogsZipSlot 作業的回應資料。

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