Values.FormEntryInputSourceThe details of the form entry.
type nonrec t = {typeIdentifier : FormTypeIdentifier.t;The type ID of the form entry.
*)typeRevision : Revision.t;The type revision of the form entry.
*)required : Boolean.t option;Specifies whether a form entry is required.
*)}val make :
?required:??? ->
typeIdentifier:FormTypeIdentifier.t ->
typeRevision:Revision.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FormTypeIdentifier.t ])
list ]