WebAppsGetContainerLogsZipSlotResponse type
Obsahuje data odpovědi pro operaci getContainerLogsZipSlot.
type WebAppsGetContainerLogsZipSlotResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}