interface IUpdateRecipientPrepareParams {
    action: "prepare";
    recipients: IRecipient[];
}

Properties

Properties

action: "prepare"
recipients: IRecipient[]