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