مشاركة عبر


WebAppsGetContainerLogsZipSlotResponse type

يحتوي على بيانات الاستجابة لعملية getContainerLogsZipSlot.

type WebAppsGetContainerLogsZipSlotResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeJS.ReadableStream
}