1use serde_json::Value; 2 3pub type ExtraFields = serde_json::Map<String, Value>; 4pub type JsonMap = serde_json::Map<String, Value>;