次の方法で共有


WebAppsGetContainerLogsZipSlotResponse type

getContainerLogsZipSlot 操作の応答データを格納します。

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