Module Values.AssessmentControlsSource

Sourcetype nonrec t = AssessmentControl.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : AssessmentControl.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `String of Username.t | `Timestamp of Timestamp.t ]) list ] list | `String of UUID.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> AssessmentControl.t list