BetaAgentsGetCandidateFileResponse type

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