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