interface IOutDecline {
    coopname: string;
    outcome_hash: string;
    reason: string;
}

Properties

coopname: string
outcome_hash: string
reason: string