Bagikan melalui


WebAppsGetWebSiteContainerLogsResponse type

Berisi data respons untuk operasi getWebSiteContainerLogs.

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