Compartir por


WebAppsGetWebSiteContainerLogsResponse type

Contiene datos de respuesta para la operación getWebSiteContainerLogs.

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