Values.PillarDifferenceSourceA pillar difference return object.
type nonrec t = {pillarId : PillarId.t option;pillarName : PillarName.t option;differenceStatus : DifferenceStatus.t option;Indicates the type of change to the pillar.
*)questionDifferences : QuestionDifferences.t option;List of question differences.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of QuestionId.t ]) list ]
list
| `String of PillarId.t ])
list ]