1 2 3
use std::collections::HashMap; pub type BlockExpressionRepresentation = HashMap<String, serde_json::Value>;