WebAppsGetWebSiteContainerLogsResponse type

Contains response data for the getWebSiteContainerLogs operation.

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