共用方式為


WebAppsGetWebSiteContainerLogsResponse type

包含 getWebSiteContainerLogs 作業的回應資料。

type WebAppsGetWebSiteContainerLogsResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}