Package: effect
Module: Schema
Computes the decoded object type for a struct field map.
Details
Field schemas contribute their decoded Type. optionalKey and optional
produce optional properties, while mutableKey produces writable properties.
Signature
type Type<F> = View<F, "Type">
Since v3.10.0