pub type CustomNodeData = CustomNodeContent;
pub struct CustomNodeData { pub kind: Arc<str>, pub config: Arc<Value>, }
kind: Arc<str>
config: Arc<Value>