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