Skip to main content

osp_cli/core/
row.rs

1/// Canonical row representation used across commands, services, and DSL stages.
2pub type Row = serde_json::Map<String, serde_json::Value>;