WebAppsGetWebSiteContainerLogsResponse type
Contém dados de resposta para a operação getWebSiteContainerLogs.
type WebAppsGetWebSiteContainerLogsResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}