effect-io-ai

Package: effect
Module: Schema

Schema.mutable

Creates a new schema with shallow mutability applied to its properties.

Signature

declare const mutable: <S extends Schema.Any>(schema: S) => mutable<S>

Source

Since v3.10.0