BetaAgentsDownloadAgentCodeResponse type

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