Values.LibraryTemplateBodyInputsSourceConfiguration options for customizing the body content of a template from Meta's library.
type nonrec t = {addContactNumber : AddContactNumber.t option;When true, includes a contact number in the template body.
*)addLearnMoreLink : AddLearnMoreLink.t option;When true, includes a "learn more" link in the template body.
*)addSecurityRecommendation : AddSecurityRecommendation.t option;When true, includes security recommendations in the template body.
*)addTrackPackageLink : AddTrackPackageLink.t option;When true, includes a package tracking link in the template body.
*)codeExpirationMinutes : CodeExpirationMinutes.t option;The number of minutes until a verification code or OTP expires.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of AddContactNumber.t
| `Integer of CodeExpirationMinutes.t ])
list ]