WebAppsGetWebSiteContainerLogsResponse type
包含 getWebSiteContainerLogs 作業的響應數據。
type WebAppsGetWebSiteContainerLogsResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}