Таблица содержит переводы черновиков документов.

interface ITranslation {
    data: string;
    draft_id: DraftContract.Interfaces.IUint64;
    id: DraftContract.Interfaces.IUint64;
    lang: string;
}

Properties

Properties

data: string
lang: string