interface IUpdateRecipientClaimEnvelope {
    action: "owner_update";
    email: string;
    full_name: string;
}

Properties

action: "owner_update"
email: string
full_name: string