Values.RepositorySyncEventSourceInformation about a repository sync event.
type nonrec t = {event : Event.t option;A description of a repository sync event.
*)externalId : ExternalId.t option;The ID for a repository sync event.
*)time : Timestamp.t option;The time that a repository sync event occurred.
*)type_ : Type.t option;The event type for a repository sync event.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Event.t | `Timestamp of Timestamp.t ]) list ]