WebAppsGetWebSiteContainerLogsResponse type
Zawiera dane odpowiedzi dla operacji getWebSiteContainerLogs.
type WebAppsGetWebSiteContainerLogsResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}