Values.ThesaurusSummarySourceAn array of summary information for a thesaurus or multiple thesauri.
type nonrec t = {id : ThesaurusId.t option;The identifier of the thesaurus.
*)name : ThesaurusName.t option;The name of the thesaurus.
*)status : ThesaurusStatus.t option;The status of the thesaurus.
*)createdAt : Timestamp.t option;The Unix timestamp when the thesaurus was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the thesaurus was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ThesaurusId.t
| `Timestamp of Timestamp.t ])
list ]