TranslateResponse type

번역된 문서는 단일 문서 번역 요청으로 반환되었습니다.

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