Values.FormEntryOutputSourceThe details of the form entry.
type nonrec t = {typeName : FormTypeName.t option;The name of the type of the form entry.
*)typeRevision : Revision.t option;The type revision of the form entry.
*)required : Boolean.t option;Specifies whether a form entry is required.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FormTypeName.t ]) list ]