单条翻译结果。

interface MessageTranslation {
    text: string;
    to: string;
}

Properties

Properties

text: string

翻译后的文本内容。

to: string

目标语言代码。