Proposal to Change `Overrideable` Signature in VariantSchema for Optional Properties
Regarding
The only difference it allowing the prop to be missing in
The reason is that I'd like to be able to do the following, without type error (the last example):
Overrideable from experimental VariantSchema: would you accept a PR changing it's signature to:The only difference it allowing the prop to be missing in
Type The reason is that I'd like to be able to do the following, without type error (the last example):
