AgentsDownloadAgentCodeResponse type

The downloaded ZIP archive containing hosted agent code, exposed as a browser Blob or Node.js readable stream.

type AgentsDownloadAgentCodeResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeReadableStream
}