WebAppsGetContainerLogsZipSlotResponse type
Berisi data respons untuk operasi getContainerLogsZipSlot.
type WebAppsGetContainerLogsZipSlotResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}