WebAppsGetWebSiteContainerLogsResponse type

getWebSiteContainerLogs işleminin yanıt verilerini içerir.

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