pub type Parameter = Parameter;
pub struct Parameter { pub type_: OutputType, pub optional: bool, }
type_: OutputType
optional: bool