WebAppsGetWebSiteContainerLogsResponse type
Obsahuje data odpovědi pro operaci getWebSiteContainerLogs.
type WebAppsGetWebSiteContainerLogsResponse = {
blobBody?: Promise<Blob>
readableStreamBody?: NodeJS.ReadableStream
}