Skip to main content

gproxy_protocol/gemini/common/
types.rs

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