WebAppsGetContainerLogsZipSlotResponse type
Contains response data for the getContainerLogsZipSlot operation.
type WebAppsGetContainerLogsZipSlotResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}