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

Properties

data: string
scope: string
username: string