UNPKG

deepl-client

Version:
9 lines (8 loc) 193 B
import { Translation } from './translation'; export interface TranslationResponse { /** * The translated texts. * @type {Translation[]} */ translations: Translation[]; }