UNPKG

deepl-client

Version:
13 lines (12 loc) 230 B
export interface Translation { /** * The detected source language. * @type {string} */ detected_source_language: string; /** * The translated text. * @type {string} */ text: string; }