WebAppsGetWebSiteContainerLogsResponse type

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

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