Package: effect
Module: Schema
Computes the encoded object type for a struct field map.
Details
Field schemas contribute their Encoded type. Encoded-side optionality and
mutability modifiers determine whether properties are optional or writable in
the encoded shape.
Signature
type Encoded<F> = View<F, "Encoded">
Since v3.10.0