effect-io-ai

Package: effect
Module: Schema

Schema.ConstructorDefault

Whether a schema field has a constructor default value.

See

Signature

type ConstructorDefault = "no-default" | "with-default"

Source

Since v4.0.0