Values.SyncBlockerContextSourceThe context for a specific sync blocker.
type nonrec t = {key : SyncBlockerContextKey.t option;The key provided for a context key-value pair for a specific sync blocker.
*)value : SyncBlockerContextValue.t option;The value provided for a context key-value pair for a specific sync blocker.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SyncBlockerContextKey.t ]) list ]