共用方式為


WebAppsGetContainerLogsZipSlotResponse type

包含 getContainerLogsZipSlot 作業的響應數據。

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