WebAppsGetContainerLogsZipSlotResponse type
包含 getContainerLogsZipSlot作的响应数据。
type WebAppsGetContainerLogsZipSlotResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}