// This file was auto-generated by Fern from our API Definition.exportvarRecipient;
(function (Recipient) {
/** The role associated to the contact - `user` or `lead`. */Recipient.Type = {
User: "user",
Lead: "lead",
};
})(Recipient || (Recipient = {}));