BetaSkillsDownloadResponse type

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