effect-io-ai

Package: effect
Module: Schema

Schema.Struct.Encoded

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">

Source

Since v3.10.0