Values.PillarReviewSummarySourceA pillar review summary of a lens review.
type nonrec t = {pillarId : PillarId.t option;pillarName : PillarName.t option;notes : Notes.t option;riskCounts : RiskCounts.t option;prioritizedRiskCounts : RiskCounts.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of PillarId.t ])
list ]