pub type SchematicOption = super::SchematicOption;
pub type SchematicOptionValue = super::SchematicOptionValue;
pub fn new(name: impl Into<String>, value: impl Into<SchematicOptionValue>) -> SchematicOption {
super::SchematicOption::new(name, value)
}