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