import { TranslationResult } from './translate'; /** * BatchTranslationResult is the result of a batch translation request. */ export type TranslateManyResult = TranslationResult[];