WebAppsGetWebSiteContainerLogsSlotResponse type

Contains response data for the getWebSiteContainerLogsSlot operation.

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