effect-io-ai

Package: effect
Module: Schema

Schema.Struct.Type

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

Source

Since v3.10.0