interface IEditTranslation {
    data: string;
    translate_id: DraftContract.Interfaces.IUint64;
}

Properties

Properties

data: string