pub type StringValue = String;
Type alias for String values (no longer needs wrapper)
pub struct StringValue { /* private fields */ }