Values.ProfileTemplateSourceThe profile template.
type nonrec t = {templateName : ProfileName.t option;The name of the profile template.
*)templateQuestions : TemplateQuestions.t option;Profile template questions.
*)createdAt : Timestamp.t option;updatedAt : Timestamp.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of MinSelectedProfileChoices.t
| `List of
[> `Structure of
(string * [> `String of ChoiceId.t ]) list ]
list
| `String of QuestionId.t ])
list ]
list
| `String of ProfileName.t
| `Timestamp of Timestamp.t ])
list ]