Values.CustomTemplateSourceConfiguration for using a custom note template with specific instructions
type nonrec t = {templateType : CustomTemplateBase.t;The base template type to customize
*)templateInstructions : TemplateInstructions.t;Custom instructions for each section of the template
*)}val make :
templateType:CustomTemplateBase.t ->
templateInstructions:TemplateInstructions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of SensitiveAlphanumericString.t ]) list ]
list ])
list ]