interface IValidate {
    coopname: string;
    decision_id: Interfaces.Soviet.IUint64;
    username: string;
}

Properties

coopname: string
username: string