TranslateResponse type

Het vertaalde document werd teruggegeven door een enkel document vertaalverzoek.

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