次の方法で共有


WebAppsGetContainerLogsZipResponse type

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

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