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