Values.ProfileQuestionUpdateSourceAn update to a profile question.
type nonrec t = {questionId : QuestionId.t option;selectedChoiceIds : SelectedProfileChoiceIds.t option;The selected choices.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ChoiceId.t ] list
| `String of QuestionId.t ])
list ]