© 2026 Hedgehog Software, LLC
Schema.partial
Schema.optionalWith({ default })
// this doesn't work S.partial(Foo) // this works S.Struct(Struct.evolve(Foo.fields, { field: a => S.optional(a) }))