interface IUpdateRecipientNameParams {
    action: "update";
    new_full_name: string;
}

Properties

action: "update"
new_full_name: string