interface IUpdateRecipientAgreedParams {
    action: "update";
    agreed: boolean;
}

Properties

Properties

action: "update"
agreed: boolean