interface IInput {
    coopname: string;
    payment_hash: string;
}

Properties

coopname: string
payment_hash: string