次の方法で共有


WebAppsGetWebSiteContainerLogsSlotResponse type

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

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