pub type PrimitiveType = PrimitiveValueType;
Legacy type alias for backward compatibility
pub enum PrimitiveType { String, Number, Boolean, Null, }