interface IDeltrans {
    scope: string;
    translate_id: Interfaces.Draft.IUint64;
    username: string;
}

Properties

scope: string
translate_id: Interfaces.Draft.IUint64
username: string