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