effect-io-ai

Package: effect
Module: Schema

Schema.readonlyKey

Reverses mutableKey and returns the inner readonly schema.

When to use

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

Signature

declare const readonlyKey: readonlyKeyLambda

Source

Since v4.0.0