Defaulting A Schema.Struct to pass excess properties
I know that I can specify
I'm not concerned about these properties being exposed in the type (how could they anyway) but just want them passed along rather than stripped.
onExcessProperties: 'preserve' to either a decode... method, or as an override, but what if I want to make a Struct always pass excess properties?I'm not concerned about these properties being exposed in the type (how could they anyway) but just want them passed along rather than stripped.
