Values.RemediationSourceDetails about the remediation steps for a finding.
type nonrec t = {recommendation : Recommendation.t option;A recommendation on the steps to take to remediate the issue identified by a finding.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]