Values_0.ArtifactSourceSourceA structure describing the source of an artifact.
type nonrec t = {sourceUri : SourceUri.t;The URI of the source.
*)sourceTypes : ArtifactSourceTypes.t option;A list of source types.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of String256.t ])
list ]
list
| `String of SourceUri.t ])
list ]