pub type PropertyValue = ();Expand description
Placeholder property type used when the telemetry feature is
disabled. Replaced by serde_json::Value once the feature is on.
Public-API callers should hold values as Option<PropertyValue>
so the same code compiles in both feature states.