Values.SelectedPillarSourceThe selected pillar.
type nonrec t = {pillarId : PillarId.t option;selectedQuestionIds : SelectedQuestionIds.t option;Selected question IDs in the selected pillar.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SelectedQuestionId.t ] list
| `String of PillarId.t ])
list ]