pub type EventPayload = BTreeMap<String, String>;
Event payload type (flat key-value pairs).
pub struct EventPayload { /* private fields */ }