Values_0.ExtensionConfigurationSourceThe configuration for allowed file extensions.
type nonrec t = {allowedExtensions : AllowedExtensionsList.t;The list of allowed file extensions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of FileExtension.t ]) list ]
list ])
list ]