Values.CustomDocumentIdentifierSourceContains information about the identifier of the document to ingest into a custom data source.
type nonrec t = {id : CustomDocumentIdentifierIdString.t;The identifier of the document to ingest into a custom data source.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CustomDocumentIdentifierIdString.t ]) list ]