`someKey` Not Optional in Schema Type if default is provided
Why, if I have the following schema, is
someKey not optional in type T? I would expect this to be true: Schema.decodeUnknownSync(MySchema)({}) === { someKey: 'some default' } // true