WebAppsGetWebSiteContainerLogsResponse type
Содержит данные ответа для операции getWebSiteContainerLogs.
type WebAppsGetWebSiteContainerLogsResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}