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