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