Values.FormInputSourceThe details of a metadata form.
type nonrec t = {formName : FormName.t;The name of the metadata form.
*)typeIdentifier : FormTypeIdentifier.t option;The ID of the metadata form type.
*)typeRevision : RevisionInput.t option;The revision of the metadata form type.
*)content : FormInputContentString.t option;The content of the metadata form.
*)}val make :
?typeIdentifier:??? ->
?typeRevision:??? ->
?content:??? ->
formName:FormName.t ->
unit ->
t