Values.GlossaryTermEnforcementDetailSourceThe enforcement details of a glossary term.
type nonrec t = {requiredGlossaryTermIds : GlossaryTermIdentifiers.t option;The ID of the required glossary term.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of GlossaryTermId.t ] list ]) list ]