interface IInput {
    data: {
        approval_hash: string;
        coopname: string;
        reason: string;
    };
}

Properties

Properties

data: {
    approval_hash: string;
    coopname: string;
    reason: string;
}

Type declaration

  • approval_hash: string

    Хеш одобрения для идентификации

  • coopname: string

    Название кооператива

  • reason: string

    Причина отклонения