Values.FormOutputSourceThe details of a metadata form.
type nonrec t = {formName : FormName.t option;The name of the metadata form.
*)typeName : FormTypeName.t option;The name of the metadata form type.
*)typeRevision : Revision.t option;The revision of the metadata form type.
*)content : String_.t option;The content of the metadata form.
*)}