Converting Nullish Fields to Defined on Decoding

Hello, is there a way for me to describe a schema which accepts a field as NullishOr but produces a result on decode with the field guaranteed to be defined? I would expect failure when the field input really is nullish.
Was this page helpful?