effect-io-ai

Package: effect
Module: Schema

Schema.Mutability

Whether a schema field is readonly or mutable within a struct.

See

Signature

type Mutability = "readonly" | "mutable"

Source

Since v4.0.0