WebAppsGetWebSiteContainerLogsSlotResponse type
getWebSiteContainerLogsSlot 操作の応答データを格納します。
type WebAppsGetWebSiteContainerLogsSlotResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}