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