effect-io-ai

Package: effect
Module: Schema

Schema.requiredKey

Reverses optionalKey and returns the inner required schema.

When to use

Use to remove optional-key wrapping from a schema field that was previously wrapped with optionalKey.

Signature

declare const requiredKey: requiredKeyLambda

Source

Since v4.0.0