Values.FileConfigurationSourceThe configuration for what files should be pulled from the source.
type nonrec t = {folders : FolderList.t;Identifiers for the source folders to pull all files from recursively.
*)filters : FieldsMap.t option;Restrictions for what files should be pulled from the source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonBlankLongString.t ] list
| `Map of
([> `String of NonBlankString.t ]
* [> `List of [> `String of Fields.t ] list ])
list ])
list ]